Hi Janet, I dont have know how in php.
I inserted the function mysql_error() in my code and it dont return any message! Thanks Marcelo > This means that when you did: > > $result = mysql_query($sql); > > $result did not end up with a valid resource in it. Then, when you do the fetch row command using $result, it fails with this message. In general, the reason in that > there is something wrong with the query so it either fails or doesn't return any results. You can use mysql_error() to find out what went wrong if it failed. > > Janet --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.488 / Virus Database: 287 - Release Date: 5/6/2003 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php