blink359 Posted April 27, 2009 Share Posted April 27, 2009 Getting this error Fatal error: Call to undefined function mysql_connect() in C:\Conan-WoW Repack\Server\htdocs\register.php on line 104 <?php $dbhost = "localhost"; $dbuser = "root"; $dbpass = "ascent"; $dbname = "logon"; mysql_connect($dbhost, $dbuser, dbpass); mysql_select_db($dbname); There PhP didnt support Mysql Link to comment https://forums.phpfreaks.com/topic/155794-solved-mysql-connect/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.