> This code works. It calls the function and receives the appropriate > return value. > But, is there a better way of doing this? It seems a bit round-a-bout.
Two options, details in the manual: call_user_func() or create_function(). --------------------------------------------------------------------- michal migurski- contact info and pgp key: sf/ca http://mike.teczno.com/contact.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

