Re: [PHP] querying results already queryed once before

2002-01-15 Thread Erik Price
On Tuesday, January 15, 2002, at 02:18 PM, Phil Schwarzmann wrote: > Dumb question: How do I query results from a MySQL that I've already > queried once before in the same page? Look, buddy, *I* ask the dumb questions around here! > Here is my code: > > // querying the database for the first

[PHP] querying results already queryed once before

2002-01-15 Thread Phil Schwarzmann
Dumb question: How do I query results from a MySQL that I've already queried once before in the same page? Here is my code: // querying the database for the first time. $query = "select * from table where thingA = $searchA"; $result = mysql_query ($query); // now I want to query my results I j