Hi
I have a php file which has lots of common functions!
The problem is that this file is included in several other PHP script files. Even tough i use the include_once function i still receive an error stating that i'm redeclaring functions!
How can i solve this?
Thanks
Nick
I have a php file which has lots of common functions!
The problem is that this file is included in several other PHP script files. Even tough i use the include_once function i still receive an error stating that i'm redeclaring functions!
How can i solve this?
Thanks
Nick