Jeff - Webmaster wrote:

Another website dies on line 4 here:
        $headers .= "MIME-Version: 1.0\r\n";

Well, in this case it's becaue $headers is undefined, yet you're trying to concatinate another string to it. Thus the warning...


--

---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