Alain Roger wrote:
Hi,
i wrote a simple testing page. it should test if it can connect to MySQL db.
however, i have an error message as followed :
*Fatal error*: Call to undefined function mysql_connect() in *F:\Mes
documents\Development\Website\Immense\checklogin.php* on line *23
*on line 23, i have the following thing :
mysql_connect("$host", "$username", "$password") or die("cannot connect");
where is the problem ?
line 23.
you don't have the mysql extension installed/loaded.
maybe your php build has the mysqli extension?
thansk a lot,
Alain
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php