Re: Call to a function is a seperate file

2003-08-25 Thread Kristofer Hoch
For what it is worth, I highly recommend this book. I just bought it this past saturday, and I love it. It is written as if it was designed to a student/instructer. (Props to Randal, and Tom) Kristofer --- drieux <[EMAIL PROTECTED]> wrote: > > On Monday, Aug 25, 2003, at 09:30 US/Pacific, Jatt

Re: Call to a function is a seperate file

2003-08-25 Thread drieux
On Monday, Aug 25, 2003, at 09:30 US/Pacific, Jattie van der Linde wrote: [..] How can I call a function from my main script file located in a seperate file i.e. for instance a reusable piece of code that will generate the index of my site without having to copy the code to every singe page that I

RE: Call to a function is a seperate file

2003-08-25 Thread wiggins
On Mon, 25 Aug 2003 17:30:35 +0100, "Jattie van der Linde" <[EMAIL PROTECTED]> wrote: > How can I call a function from my main script file located in a seperate file i.e. > for instance a reusable piece of code that will generate the index of my s