> Thanks for explaining that once the function is called and > completed, the rest of the first call continues executing > normally. That is what surprised me.
Yup. It's what makes building function libraries a thing of art in PHP, you can create smaller functions that are called from larger functions. That way, your libraries are more specialized and easier to port from project to project.
-- S. Keller UI Engineer The Health TV Channel, Inc. (a non - profit organization) 3820 Lake Otis Pkwy. Anchorage, AK 99508 907.770.6200 ext.220 907.336.6205 (fax) Email: [EMAIL PROTECTED] Web: www.healthtvchannel.org
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php