cannot redeclare error
Posted: Tue Apr 22, 2008 8:56 pm
I am getting this error message
Fatal error: Cannot redeclare function_name() (previously declared in C:\Inetpub\Sites\site_name\includes\functions.php:5) in C:\Inetpub\Sites\site_name\includes\functions.php on line 27
Whats confusing me is this occurs for every function in functions.php and I am not duplcating them. They are only in includes\functions.php
Any ideas what could cause this. I've checked if I might be including it twice but verified its only in once
Fatal error: Cannot redeclare function_name() (previously declared in C:\Inetpub\Sites\site_name\includes\functions.php:5) in C:\Inetpub\Sites\site_name\includes\functions.php on line 27
Whats confusing me is this occurs for every function in functions.php and I am not duplcating them. They are only in includes\functions.php
Any ideas what could cause this. I've checked if I might be including it twice but verified its only in once