- Code: Select all
$Name = Trim(stripslashes($_POST['name']));
$Email = Trim(stripslashes($_POST['email']));
I tested to put anything in the email field on my form without the "@" and it works just fine!!
what is wrong please help and I'll appreciate it.




