> I don't know if this is possible, but in VB (I'd like to find
something
> similar in php) I would open a record set, and then filter / unfilter
it
> for
> similar issues (in a loop).  I'm assuming you could use a similar
approach
> somehow in php.

Seems like a waste of resources. Why not do the filtering with the SQL
query? Why are you selecting out more than you need?

---John Holmes...


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

Reply via email to