Function usage
Posted: Wed Oct 28, 2009 7:21 am
How do I make user defined functions available to multiple scripts ?
Everything I have seen on functions implies that they are used only in the script which contains them, which is not very useful, unless you have a repetitive task in that script.
I would like to use my functions in the same manner as PHP's built-in ones.
Thanks,
Everything I have seen on functions implies that they are used only in the script which contains them, which is not very useful, unless you have a repetitive task in that script.
I would like to use my functions in the same manner as PHP's built-in ones.
Thanks,