> Is there a mysql or array variable for the current row of a query
array?
> I want to alternate background colours for each row of the query
output so
> i
> need to know the current row number.

There is a way with SQL variables, but you're better off just letting
PHP keep track of it.

---John Holmes...


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to