Thread
:
parse error in php
View Single Post
c_user
Contributor
3Dec2011,23:43
The syntax u are using for mail() seems to be incorrect..
The correct one is mail("$to", "$subject",
$message, "From:" . $email);
>u are missing the semicolon<