Please, help!! problems with Resource id #3
Posted: Sun Jan 26, 2003 6:21 am
Hi!
I have a problem with this code:
$result2 = mysql_query("select * from temas");
while ($row = mysql_fetch_assoc($result2))
echo $row["nombre_tema"];
When I execute this, the ouptup is:
cultura informática historia Resource id #3
¿Is it possible not to show "Resource id #3"?, ¿how?
I am sorry because my english is not good.
I have a problem with this code:
$result2 = mysql_query("select * from temas");
while ($row = mysql_fetch_assoc($result2))
echo $row["nombre_tema"];
When I execute this, the ouptup is:
cultura informática historia Resource id #3
¿Is it possible not to show "Resource id #3"?, ¿how?
I am sorry because my english is not good.