Please someone save my life. I’ve no idea why this error keeps popping up and I can’t seem to change it. I’m trying to add a form to my website. www.sol-images.com but an error pops up every time for the very last line of my php script. I’m hoping to find some php God’s who can help.
Here is my PHP code that I’m using:
[table]
[tr]
[td]
First Name: $firstname
Last Name: $lastname
Address: $address
City, State: $citystate
Phone: $phone
Email: $email
Intrest: $intrest
Date: $date
Comments: $comments
EOD; $headers = "From: $email\r\n"; $headers .= "Content-type: text/html\r\n"; $success = mail($webMaster, $emailSubject, $body, $headers); /* Results rendered as HTML */ $theResults = <<<EOD Sol Images //--> EDO; echo "$theResults"; ?>
[/td]
[/tr]
[/table]