Posts by Teixeira • 1 point
1 post
-
-3
votes1
answer80
viewsQ: Is it possible to connect PHP to an old version of mysql server (3.23)?
I’m doing this: $conexao = mysql_connect($servidor, $usuario, $senha, $db); if (!$conexao) { die('Não conectou: '.mysql_error()); } echo "Conectou"; And the error message is this: Connecting to…