Boa noite,
Como posso resolver este problema ?
Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u148758107/public_html/Connections/ligacao.php on line 9
Código :
Como posso resolver este problema ?
Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/u148758107/public_html/Connections/ligacao.php on line 9
Código :
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_ligacao = "localhost";
$database_ligacao = "";
$username_ligacao = "";
$password_ligacao = "";
$ligacao = mysql_pconnect($hostname_ligacao, $username_ligacao, $password_ligacao) or trigger_error(mysql_error(),E_USER_ERROR);
?>
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_ligacao = "localhost";
$database_ligacao = "";
$username_ligacao = "";
$password_ligacao = "";
$ligacao = mysql_pconnect($hostname_ligacao, $username_ligacao, $password_ligacao) or trigger_error(mysql_error(),E_USER_ERROR);
?>