Page 1 of 1

cant redeclare FUNCTION name?

Posted: Thu Mar 06, 2003 9:08 am
by mzfp2
Hi

I have a script which has a function named 'write()' .. works perfectly on my local Apache WIN32 machine, but when uploading it to UNIX host server .. when trying to run the script it says the function has been already declared, changing the name of the function solves the problem, but how can i carry on using the name?

M

Posted: Thu Mar 06, 2003 10:02 am
by twigletmac
Please look here:
viewtopic.php?t=6959

Especially where I refer to include_once() and require_once().

Mac