[Ajuda] Erro no PHP (Mysql)
#1

Alguem sabe me informar porque esse erro (abaixo), e como retiro ? desde jб agradeзo.

Quote:

Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\xampp\htdocs\Site\Registro\confregistro.php on line 14

Code do erro:
PHP код:
$host "localhost";
$user "root";
$pass "";
$db "gmnova";
$conexao mysql_connect($host$user$pass) or die(mysql_error()); //ESSA Й A LINHA 14 DO ERRO
mysql_select_db($db) or die(mysql_error()); 
Reply


Messages In This Thread
Erro no PHP (Mysql) - by LosLipe - 04.06.2016, 21:09
Re: Erro no PHP (Mysql) - by D3sconn3ct - 04.06.2016, 21:14
Re: Erro no PHP (Mysql) - by LosLipe - 04.06.2016, 21:22
Re: Erro no PHP (Mysql) - by pWesley - 04.06.2016, 22:03
Re: Erro no PHP (Mysql) - by zSuYaNw - 05.06.2016, 03:00

Forum Jump:


Users browsing this thread: 1 Guest(s)