How can I fix this? My error is:
Parse error: parse error, expecting T_STRING' orT_VARIABLE' or `T_NUM_STRING'
T_STRING' or
$mailbody = "$_POST['name']\n$_POST['body']";
$mailbody = $_POST['name']."\n".$_POST['body'];
Dear Friend,
plz go through the code once again , the error comes because of , and ; single quotation, double quotation etc
regards bvsureshbabu
your telling me that maniac1aw's code is wrong?
maniac1aw's correction should be correct, phpprogrammer was merely elaborating