Thats true, this looks like an input filter. But filters are supported only in Apache 2.x version and currently my apache version is 1.3. Most probably, we may not be upgrading to apache 2.0 in the near future.
So, it would be great, if you can let me know the equivalent functanality of filters in apache 1.3. Thanks & Regards Dev On 2/17/07, Joachim Zobel <[EMAIL PROTECTED]> wrote:
Am Freitag, den 16.02.2007, 16:03 +0530 schrieb Devender Reddy: > Now I want to pass this DATA(response+hide) to PHP module to the server X( > where my module is sitting). > > in one way, I can say, once my module gets some response, then how do we > pass this response to the PHP module. This looks like a job for an input filter. If your module is an input filter, that changes the POST data, your PHP simply has to handle a POST request. Sincerely, Joachim
-- Thanks & Regards Dev
