[Ostrich]
16-01-2001, 16:18
This is the code:
$Conn = mysql_connect ("localhost", "root", "PASSWORD")
or die ("Could not connect to localhost");
And this is the error:
Fatal error: Call to undefined function: mysql_connect() in loginpro.php on line 10
Now, I'm using the database password as opposed to the server password.
:)
$Conn = mysql_connect ("localhost", "root", "PASSWORD")
or die ("Could not connect to localhost");
And this is the error:
Fatal error: Call to undefined function: mysql_connect() in loginpro.php on line 10
Now, I'm using the database password as opposed to the server password.
:)