--- Mike Smith <[EMAIL PROTECTED]> wrote:
> I'm trying to present a phone directory in a
> printable format that will make "most" people
> happy. What I need to do is take the results
> from our database and "break" it into two
> tables.

I can't really tell what you are trying to do, but it
sounds like you just want to loop through a MySQL result
set more than once, right? If so, check out this function:

http://www.php.net/manual/en/function.mysql-data-seek.php

Chris

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

Reply via email to