When trying to run a script I get the error message:
"Fatal error: Cannot redeclare db_connect() in db_fns.php on line 3"
db_connect is a simple function with the database connection parameters. db_fns.phpo is icalled (include) in the script I am trying to run.
I am using PHP 4.0 with Apache & MySQL running as services on on Windows 2000.
The svript runs fine on an ISP Linux server with PHP 4.2
Any help gratefully rerceived.