Jeff - Webmaster wrote:

Removing the "." got rid of most of the errors, but two remain:

Notice: Undefined variable: headers in E:\domains\swinos\contact.php on line 4

Notice: Undefined variable: message in E:\domains\swinos\contact.php on line 12

The offending lines are:

4 - $headers = "MIME-Version: 1.0\r\n";

and

12 - $message = stripslashes($message);

Line 4 would not produce that message.

If $message is undefined, how are you going to stripslashes from it?

--

---John Holmes...

Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

php|architect: The Magazine for PHP Professionals – www.phparch.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to