[PHP] Include performance questions

2004-01-04 Thread Carey Baird
(sorry if this message is repeated, I got an email saying it wasn't delivered) Hey, I am creating a complete PHP driven site for the first time and I am finding my files growing bigger and bigger. Each page of my site includes the main function library, which itself includes an html library.

[PHP] Include performance questions

2004-01-04 Thread Carey Baird
Hey, I am creating a complete PHP driven site for the first time and I am finding my files growing bigger and bigger. Each page of my site includes the main function library, which itself includes an html library. The file for the page itself contains functions that only that page requires. M

RE: [PHP] evaluating a variable

2003-12-22 Thread Carey Baird
t: 22 December 2003 19:43 To: Carey Baird Cc: php-gen Subject: Re: [PHP] evaluating a variable On Mon, 2003-12-22 at 12:36, Carey Baird wrote: > Hey, > > I have stored the name of a function as a variable. I have then passed the > variable to another function as follows: > > /

[PHP] evaluating a variable

2003-12-22 Thread Carey Baird
Hey, I have stored the name of a function as a variable. I have then passed the variable to another function as follows: //put function name in a variable $contentfunction = “newsadmincontent()”; //pass variable to another function Html_content($contentfunction); //function is: function htm