Call to undefined function mysql_connect()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi!
 
I want test MySQL with PHP, for that I wrote this:
 
<html>
<head><title>Test MySQL</title></head>
<body>
<?php
$con = mysql_connect("localhost", "lehphyro", "");
$success = mysql_select_db("mysql", $conexao);
if ($success > 0)
 echo "Success!!";
else {
 echo "Failure!!";
 echo mysql_error();
}
?>
</body>
</html>
 
But i received "Call to undefined function mysql_connect() on line 5"
 
Can anyone help me?
 
Thanks!



---------------------------------
Crie seu Yahoo! Mail, agora com 100MB de espaço, anti-spam e antivírus grátis!

[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux