PHP /MySQL don't work...

W

Will

Guest
It means your PHP source is wrong on line number...you get the idea.

I normally get lazy, comment out the lines mentioned, and pray it still works. From this, I have learned that the lazy way is only a short term fix, and more often than not, something else will break.
 
T

Testin da Cable

Guest
perhaps you've forgotten a ; or something. I always seem to forget them when speaking sql.
 
M

Mr. 47

Guest
don't panic people...

i fixed it by changing the line:

$db_name = "old_db_name";

to:

$db_name = "new_db_name";

Thanks anyway...
 

Users who are viewing this thread

Top Bottom