Maybe you could group them by purpose and put them into different include files. Then you just include the file containing the functions you need at this point in the script.
Regards, Torsten Roehr "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip] I was wondering if using conditional functions would save resources. The thing is that there's many functions in the code I'm using, but most aren't used in each case. I was thinking that maybe, even if the functions are in the included files, I could not define them making them conditional. Would this benefit the script? How? TIA. [/snip] It might, have you experimented with any code? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php