On Tuesday 14 August 2001 23:08, Maurice Schalker wrote:
> This is the error:
> Warning: Use of undefined constant REMOTE_ADDR - assumed 'REMOTE_ADDR' in
> e:/webpages/fotoserver/fotos.php on line 524
It just means that you forgot to put quotes around REMOTE_ADDR
On line 524 of your script replace [REMOTE_ADDR] with ['REMOTE_ADDR']
Cheers
--
Phil Driscoll
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]