|
Posted by Kevin R on 01/25/08 04:35
I have this error:
Fatal error: Call to undefined function mysql_connect() in ...file name
Why would this create an error on this code?
$link = mysql_connect("localhost", "root", "") or die(mysql_error());
I am working locally so the root, and username should be correct.
any ideas what gives?
Kevin
Navigation:
[Reply to this message]
|