Re: [PHP-DB] retrieving all information from a single table

2002-06-21 Thread Jason Wong
On Saturday 22 June 2002 06:27, Jonathan wrote: > Hello everyone, > I am brand new to php, so any replies I get are very much appreciated. > My goal is to retrieve one entire table from my database and post the > information on the web. My query seems successful, but I am having trouble > get

[PHP-DB] retrieving all information from a single table

2002-06-21 Thread Jonathan
Hello everyone, I am brand new to php, so any replies I get are very much appreciated. My goal is to retrieve one entire table from my database and post the information on the web. My query seems successful, but I am having trouble getting the information out from the variable $result. My ta