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'; ?php function blue_header() { } function red_header() { } function green_header() { } include_once('session.egn');

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 ever

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 must