Re: [PHP] With all this talk about editors ...

2001-03-19 Thread Chris Lee
what if you have three headers depending on what colors a user likes. this favorite color is stored in a session variable $fav_color = 'blue_header'; there are obviously easier ways todo this, but its a simple example. -- Chris Lee [EMAIL PROTECTED] ""Boget, Chris"" <[EMAIL PROTECTED

RE: [PHP] With all this talk about editors ...

2001-03-16 Thread Boget, Chris
> http://www.php.net/manual/en/ref.funchand.php > This page must be your friends. I took a look at this page (and all the functions referenced therein). While there must be a use for these functions otherwise they wouldn't have been included in PHP, I'm at a total loss as to why anyone would eve

Re: [PHP] With all this talk about editors ...

2001-03-15 Thread Richard McLean
>This page must be your friends. > >Regards, >-- >Yasuo Ohgaki > >- Original Message - >From: "Richard McLean" <[EMAIL PROTECTED]> >Newsgroups: php.general >Sent: Friday, March 16, 2001 4:02 PM >Subject: [PHP] With all this talk about ed

Re: [PHP] With all this talk about editors ...

2001-03-15 Thread Yasuo Ohgaki
http://www.php.net/manual/en/ref.funchand.php This page must be your friends. Regards, -- Yasuo Ohgaki - Original Message - From: "Richard McLean" <[EMAIL PROTECTED]> Newsgroups: php.general Sent: Friday, March 16, 2001 4:02 PM Subject: [PHP] With all this ta

[PHP] With all this talk about editors ...

2001-03-15 Thread Richard McLean
Does anyone know of one that can do custom function management? e.g. You have a functions file - site_functions.php, and a page - the_page.php, with the functions file included/required. What I need is to be able to open the_page.php, and have a functions list that shows what functions are avail