rashu.dr Posted May 10, 2007 Share Posted May 10, 2007 <?php $con = mysql_connect("localhost","user","pwd"); $db = mysql_select_db("db_name",$con); ?> ??? If connect this code to mysql i am getting error as follow; Call to undefined function mysql_connect() in C:\Program Files\Apache Group\Apache2\htdocs\curl_parsing\dbcon.php on line 2; Why is it like this...? Even i have uncommented in C:/Windows/php.ini file mysql.dll & also in System32/php.ini. But stil it is not get connected...plzz can any one suggest help to connect .. asp..? :'( Link to comment https://forums.phpfreaks.com/topic/50787-error-while-connecting-to-mysql-from-php/ Share on other sites More sharing options...
fenway Posted May 10, 2007 Share Posted May 10, 2007 wildteen88 has posted a sticky on this topic in the php help forum (maybe?)... clearly, the PHP libraries aren't properly loaded. Link to comment https://forums.phpfreaks.com/topic/50787-error-while-connecting-to-mysql-from-php/#findComment-249839 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.