PDA

View Full Version : Need help with this


tjayo
2-21-06, 11:04 AM
Fatal error: Cannot redeclare tep_db_connect() (previously declared in /www/p/paintntimeco/htdocs/admin/includes/functions/database.php:13) in /www/p/paintntimeco/htdocs/admin/includes/functions/database.php on line 13

mixerson
2-22-06, 10:17 PM
Try using require_once() to include files. If the file has already been included, then PHP won't try to include it again. This cures duplicate function declarations like the one in your error message.