Geleiaskt Posted November 12, 2004 Report Share Posted November 12, 2004 O erro é esse:Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/dojokan/public_html/index.php on line 144O código é esse:$query ="SELECT id, number FROM sis_number ORDER BY id DESC LIMIT 0,5";$resultado = mysql_query($query,$conexao);$num_rows = mysql_num_rows($resultado);if ($num_rows == 0) { echo "Blah!";}else{Echo"...";...Está dando erro na parte q está em vermelho. O q pode estar errado?! Quote Link to comment Share on other sites More sharing options...
0 Geleiaskt Posted November 12, 2004 Author Report Share Posted November 12, 2004 Aê galera, desculpem pelo incomodo...O erro estava do Banco de Dados do Server, mas eles já me contactaram e ajeitamos... Foi mal pelo post galera.Pode trancar.. =) Quote Link to comment Share on other sites More sharing options...
Question
Geleiaskt
O erro é esse:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/dojokan/public_html/index.php on line 144
O código é esse:
$query ="SELECT id, number FROM sis_number ORDER BY id DESC LIMIT 0,5";
$resultado = mysql_query($query,$conexao);
$num_rows = mysql_num_rows($resultado);
if ($num_rows == 0) {
echo "Blah!";
}else{
Echo"...";
...
Está dando erro na parte q está em vermelho. O q pode estar errado?!
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.