Hi all:

Sorry if this question become a very simple but i'm getting errors when i
try to connect to MySQL Server.
I setup the PHP correctly..As example I run <?php phpinfo(); ?> from one web
site I have been created.
Then testing MySQL server with this simple code

<?php
$link = mysql_connect('myserver', 'myuser', 'mypass');
if (!$link) {
   die('Could not connect: ' . mysql_error());
}
echo 'Connected successfully';
mysql_close($link);
?>

i got this error

*Fatal error*: Call to undefined function mysql_connect() in *
D:\WEB\aplicaciones\TestPHP\testmysql.php* on line *2*


Any Help please ?

best regards

--
MSc.Hassan Arteaga Rodríguez
Microsoft Certified System Engineer
IT Specialist.
ColdFusion & .NET Programmer

Reply via email to