[PHP] Always Include

2005-01-03 Thread The Disguised Jedi
I have a file that contains certain functions for proper function of my website scripting pages, and they need to be callable all the time. I know that this can be done through an include() or require() statement, but it would be easier if I could have it automatically done. Is there a way in

Re: [PHP] Always Include

2005-01-03 Thread Jason Wong
On Tuesday 04 January 2005 10:56, The Disguised Jedi wrote: I have a file that contains certain functions for proper function of my website scripting pages, and they need to be callable all the time. I know that this can be done through an include() or require() statement, but it would be

Re: [PHP] Always Include

2005-01-03 Thread James Stewart
On Jan 3, 2005, at 9:56 PM, The Disguised Jedi wrote: I have a file that contains certain functions for proper function of my website scripting pages, and they need to be callable all the time. I know that this can be done through an include() or require() statement, but it would be easier if I