While listing each row in a MySQL database, I need to call a function or another php file for each row.

How can I make the while-loop wait for the called function to complete before continuing to the next row in the while-loop?

Thanks!

- Ron


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

Reply via email to