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
Many thanks Yasuo. Unless I've missed something (which is quite possible), that would seem to help if I was trying to do it at runtime, but this is a feature I need during development (ie a feature of the editor). cheers, Richard >http://www.php.net/manual/en/ref.funchand.php > >This page mus

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 talk about editors ... > Do