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
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
2 matches
Mail list logo