or so that i have encountered it again and again.
i am using win32 version of everything for development.
Apache, php4.0.4pl1 and mySQL
i used include_once() every where in my files, but when i ran them, i got the similar old error message of re-including the files.
so whats happening? is there a special way of using include_once()?
e.g. i use include_once 'common.inc'; in all of my files that i have. so i thought this new function will automatically include the file once only and will disregard the later calls to the same file, if the file is included once before.
thanks,
Daarius...