Page 1 of 1

Please, help!! problems with Resource id #3

Posted: Sun Jan 26, 2003 6:21 am
by vmferr
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.

Posted: Sun Jan 26, 2003 11:03 am
by twigletmac
Are 'cultura informática historia' results from the database?

Mac

Posted: Sun Jan 26, 2003 5:08 pm
by vmferr
Yes 'cultura informática historia' are in the database, but Response #id 3 is not.