Evan Priestley wrote:
Dan,
When you run the second query ("$query1"), its results overwrite the
results of your first query ("$query0"). `mysql_fetch_assoc()' returns
results from the _most recent_ query, so after the first iteration, the
call to `mysql_fetch_assoc()' is returning results
Dan,
When you run the second query ("$query1"), its results overwrite the
results of your first query ("$query0"). `mysql_fetch_assoc()'
returns results from the _most recent_ query, so after the first
iteration, the call to `mysql_fetch_assoc()' is returning results
from `query1', not fr
2 matches
Mail list logo