Jeff Bluemel wrote:
> 
> 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.

Sounds like a DB issue. Select your entries from your DB then loop through the
result set with the same filtering mechanism.

HTH,
Rob.
-- 
.-----------------.
| Robert Cummings |
:-----------------`----------------------------.
| Webdeployer - Chief PHP and Java Programmer  |
:----------------------------------------------:
| Mail  : mailto:[EMAIL PROTECTED] |
| Phone : (613) 731-4046 x.109                 |
:----------------------------------------------:
| Website : http://www.webmotion.com           |
| Fax     : (613) 260-9545                     |
`----------------------------------------------'

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

Reply via email to