Me di cuenta de algo, y por curiosidad, me gustaría encontrar el "porque"
Este código me da error
Código PHP:
$qry= "select * from coment where to='4'";
$result = mysql_query($qry);
$num_rows= mysql_num_rows($result);
...
Código PHP:
$qry= "select * from coment where para='4'";
$result = mysql_query($qry);
$num_rows= mysql_num_rows($result);
...
![Patada](http://static.forosdelweb.com/fdwtheme/images/smilies/footinmouth.png)
![Stress](http://static.forosdelweb.com/fdwtheme/images/smilies/stress.png)