Forum Moderators: coopster
Is it possible to include a file of php functions to each page, for then that page to run the functions imported?
I invisage one file with all my functions in, and then every page imports this file to call up any of the functions I've written. This is just so I dont have to duplicate my functions code into each page.
I'm kinda hoping that there is something like this in php, however google has let me down so far :(
Cheers
Richard