Posted by daust_de on 03/03/06 03:02
Well, how should this be possible?
This would mean that htp.p would have a PHP processor embedded, right?
This is not how web applications work.
Have you ever seen a Java servlet where you can just embed Perl syntax,
PHP or whatever other *server side* language?
You can only achieve this through another http request which is served
by a webserver/appserver running the request through the appropriate
engine to execute it.
~Dietmar.
[Back to original message]
|