"Pagongski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
<snipped /> > Here are some example errors: > > Notice: Use of undefined constant REMOTE_ADDR - assumed > 'REMOTE_ADDR' in c:\win2kapp\easyphp1-7\www\index.php on line 35 These aren't exactly 'errors.' If this is all your seeing, your scripts should be completing. If not, you have some other problems. What is happening here is just a 'notice' that you didn't put quotation marks around a string. Try adding " or ' around those strings ('REMOTE_ADDR', etc.) and these warnings should disappear. You can alternatively adjust your error reporting settings in php.ini to not display notices, but it's better to just fix the code. -- Rob -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php