Jump to content

error while connecting to mysql from php .?


rashu.dr

Recommended Posts

<?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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.