Re: Redeclare Class error

2006-08-08 Thread Chris
John wrote: I get this error:Fatal error: Cannot redeclare class mysql in /home/public_html/n/config.php on line 6 This is a php question, it's not a mysql problem. Find a more appropriate mailing list/forum. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To uns

Redeclare Class error

2006-08-08 Thread John
I get this error:Fatal error: Cannot redeclare class mysql in /home/public_html/n/config.php on line 6 I have two processes running on one page and do not know how to declare class for both with out getting this error. I have one or the other working no problem but never both. arghhh Someone pl