[/snip]how do you not define a function but put it in an include file at the same time and still have it be useable?
chris.
Look at example 12-2 here: http://www.php.net/manual/en/language.functions.php
If I don't define them, I don't expect them to be usable, that's the point. I don't want to define functions I won't use, so I'd like to know if it actually helps performance-wise to bother doing it this way ;)
Anguz
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php