are @'s not good to use in php scripts?? I kept getting syntax errors in some of my scripts where i had put a mail form with my email adress.. I substituted a _ sign and the page loaded just fine. I haven't tested the mail form to see if it really sends the mail, but my page is loading now. Can anyone inform me what is up with this? And thank you for your patience, I'm a newbie to php..
here's the line of the script that was causing the syntax error:
$from = "From: ".tech7." <"[email protected].">";
here's the line of the script that was causing the syntax error:
$from = "From: ".tech7." <"[email protected].">";