Jump to content

unable to connect mysql server


skydrop

Recommended Posts

Hi

every one,

I am unable to connect to the mysql server it has showing me fatal error

Fatal error: Call to undefined function mysql_connect() in e:\webroot\temp_con.php on line 3

This is my code

<?php
require($_SERVER["DOCUMENT_ROOT"]."/config/db_config.php");
$connection = mysql_connect($db_host, $db_user, $db_password) or die (" could not connect ");
echo "connection made";
?>

can any one help me what is the problem

i tried alot but cant suceed
Link to comment
https://forums.phpfreaks.com/topic/11206-unable-to-connect-mysql-server/
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.