Digitalosophy
July 25th, 2003, 07:53 PM
Hiya, sorry to ask such a silly question, but as many know my php knowledge is kinda slim
How do i combine several variables to send in my mail object?
$name = $_GET['name'];
$address = $_GET['address'];
$city = $_GET['city'];
$apt = $_GET['apt'];
$state = $_GET['state'];
$zip = $_GET['zip'];
I don't know why I just can't say
$myVar = $name, $address, etc ;
I tried numerous ways of doing this and just can't get it right
Tanks!
How do i combine several variables to send in my mail object?
$name = $_GET['name'];
$address = $_GET['address'];
$city = $_GET['city'];
$apt = $_GET['apt'];
$state = $_GET['state'];
$zip = $_GET['zip'];
I don't know why I just can't say
$myVar = $name, $address, etc ;
I tried numerous ways of doing this and just can't get it right
Tanks!