View Single Post
Old 02-27-2008, 09:23 AM   #1 (permalink)
webtuto
The Addict
 
webtuto's Avatar
 
Join Date: Dec 2007
Location: morocco
Posts: 221
Thanks: 19
webtuto is on a distinguished road
Default an error makes me crazy nuts !!!!!!!

hey
im working on a website but i get this error
and the issue is that the same code is used on many pages but the error is just on 2 pages

here is the code

PHP Code:
require("config.inc");
include(
"function.inc");
dbconn($db_host,$db_name,$db_user,$db_pass); 
and here is the error =>

PHP Code:
Fatal errorCannot redeclare dbconn() (previously declared in C:\wamp\www\alfars\controls\function.inc:2in C:\wamp\www\alfars\controls\function.inc on line 12 
looking forward forthe answer
__________________
Send a message via MSN to webtuto Send a message via Yahoo to webtuto Send a message via Skype™ to webtuto
webtuto is offline  
Reply With Quote