Re: [PHP] Apache SetHandler

2003-04-05 Thread Zoff
ble to write an apache module in PHP. or do something real close to that ? please some answer my question and don't give me something else i could do. I am not a newbie i know what i need, and i also know what else i could use. thanks Zoff. -- PHP General Mailing List (http://www.php.net/) T

Re: [PHP] Apache SetHandler

2003-04-04 Thread Zoff
r forms to work, or uploads. so is that possible ? Zoff. Jason Wong wrote: On Thursday 03 April 2003 22:38, Zoff wrote: that's not what I want. I want something where all the POST and GET data gets passed thru transparently. and where I can serve static and dynamic pages as well. mod_perl can d

Re: [PHP] Apache SetHandler

2003-04-03 Thread Zoff
Jason Wong wrote: On Thursday 03 April 2003 17:06, Zoff wrote: ich have a question with apache and mod_perl I can write a Handler in perl which is called before anything else happens. this allows me to write all sorts of auth stuff. is there something similar in PHP. e.g.: in httpd.conf

[PHP] Apache SetHandler

2003-04-03 Thread Zoff
Hi Guys! ich have a question with apache and mod_perl I can write a Handler in perl which is called before anything else happens. this allows me to write all sorts of auth stuff. is there something similar in PHP. e.g.: in httpd.conf SetHandler MyFoo.php this would really help a lot ! Zoff