Ing. Branislav Gerzo <[EMAIL PROTECTED]> asked:
> 2. on my server in uppercase.cgi all text change to uppercase and this
>    result I want send back via _PHP_ to user.

Theoretically it should suffice to make sure that your
output has the proper MIME type for a PHP document, i.e.
"application/x-httpd-php".

Practically, things could be a bit more complicated.
What you want to do is run one document through two
request handlers - cgi and php - in turn. This will
not work in Apache 1.3. It may work in Apache 2.x,
but may require special confifiguration. As for other
web servers, I don't even want to speculate.

HTH,
Thomas

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to