RE: [PHP-DB] Showing all mysql query results!

2004-10-18 Thread Norland, Martin
A quick glance says that's all perfectly right, I would run the query on the mysql command line to be sure it's really giving more than 1 result - but I can suggest two things: 1) be sure to mysql_free_result($result) afterwards if you're done with the query but your script will still be

RE: [PHP-DB] Showing all mysql query results!

2004-10-18 Thread Juan Stiller
Ok, i just followed your advice for make the code easier to read, it looks good, and yes it works ok too. I´ve tried it, and yes it shows more than 1 entry, but i cant make flash to show them, im sure something on flash must be wrong or missing, there is no fault on the php code, so i might

RE: [PHP-DB] Showing all mysql query results!

2004-10-18 Thread Norland, Martin
] Sent: Monday, October 18, 2004 1:25 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-DB] Showing all mysql query results! Ok, i just followed your advice for make the code easier to read, it looks good, and yes it works ok too. I´ve tried it, and yes it shows more than 1 entry, but i cant make flash

Re: [PHP-DB] Showing all mysql query results!

2004-10-18 Thread Gabino Travassos
:[EMAIL PROTECTED] Sent: Monday, October 18, 2004 1:25 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-DB] Showing all mysql query results! Ok, i just followed your advice for make the code easier to read, it looks good, and yes it works ok too. I´ve tried it, and yes it shows more than 1 entry, but i cant

RE: [PHP-DB] Showing all mysql query results!

2004-10-18 Thread Bastien Koert
check out www.phpforflash.com or www.flashkit.com bastien From: Juan Stiller [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [PHP-DB] Showing all mysql query results! Date: Mon, 18 Oct 2004 15:24:53 -0300 (ART) Ok, i just followed your advice for make the code easier to read, it looks good