As5a5sIn5
05-19-2004, 02:49 AM
I get this error...
Parse error: parse error, unexpected '\"', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /gfdhhgshsgsdhs/jacostuff.com/httpdocs/updates.php on line 3
with this code...
<html>
<font face="Tunga">You Will Be Soon Redirected!</font>
<?php
mail(
"$_POST["email"];",
"Welcome $_POST["name"];",
Just e-mailing you to inform you that you will recieve site updates\n thanks for Joining,
\n JAcostuff.com
");
?>
<?php
mail(
"AnthonyHurst@spamblack.com;",
"Welcome $_POST["name"];",
"Add $_POST["name"]; to the list of people receiving updates,\nTheir E-mail is $_POST["email"];
");
?>
</html>
Parse error: parse error, unexpected '\"', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /gfdhhgshsgsdhs/jacostuff.com/httpdocs/updates.php on line 3
with this code...
<html>
<font face="Tunga">You Will Be Soon Redirected!</font>
<?php
mail(
"$_POST["email"];",
"Welcome $_POST["name"];",
Just e-mailing you to inform you that you will recieve site updates\n thanks for Joining,
\n JAcostuff.com
");
?>
<?php
mail(
"AnthonyHurst@spamblack.com;",
"Welcome $_POST["name"];",
"Add $_POST["name"]; to the list of people receiving updates,\nTheir E-mail is $_POST["email"];
");
?>
</html>