theredqueen
Programmer
Ok i'm having trouble with a very simple form mail script.
Basically I have a form at
which goes to
the php is
<?php
mail( "webmaster@theredqueen.net", "Interactive CD Order",
"$message","From: $name $email\n","Address : $address\n","Postcode : $postcode\n","Amount required : $amount\n",);
header( "Location: );
?>
When i run i get this error :
Parse error: parse error in /home/sites/site37/web/cd/order.php on line 3
and i can't work out what it is...
i know this is dumb for most of you but please help!
cheers,
J x
Basically I have a form at
which goes to
the php is
<?php
mail( "webmaster@theredqueen.net", "Interactive CD Order",
"$message","From: $name $email\n","Address : $address\n","Postcode : $postcode\n","Amount required : $amount\n",);
header( "Location: );
?>
When i run i get this error :
Parse error: parse error in /home/sites/site37/web/cd/order.php on line 3
and i can't work out what it is...
i know this is dumb for most of you but please help!
cheers,
J x