RE: [PHP] Re: redeclaring functions

2002-06-26 Thread John Holmes
> And sorry but no, I can't just delete one of the functions...these scripts > are used in many other places by themselves without the other..so script A > has to be able to have this function on its own page, and so does script B > on its own page. And sorry but no, you can't have two functions

[PHP] Re: redeclaring functions

2002-06-26 Thread Taylor York
And sorry but no, I can't just delete one of the functions...these scripts are used in many other places by themselves without the other..so script A has to be able to have this function on its own page, and so does script B on its own page. "Taylor York" <[EMAIL PROTECTED]> wrote in message [EM

[PHP] Re: Redeclaring functions

2002-01-11 Thread Arve Bersvendsen
Martin Wickman wrote in [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: > I dont know what a perpetual-running socket server is, but to have > a main PHP script execute different functions with the same name I > guess I'm thinking about a server that can keep it's connection up & running, even if

[PHP] Re: Redeclaring functions

2002-01-11 Thread Martin Wickman
Arve Bersvendsen wrote: > As a small, personal, "enjoy-myself"-project I'd like to run a > perpetual-running socket server. Problem is; I also want it to be > self-modifying so I can insert, remove and change functions as the > server is running. > > The problem is; under normal circumstances