> No, this isnt possible - but the constructs in PHP should allow you to
> do anything you can do with SSI just as easily.

This may be possible with Apache 2.0 and greater, once it's in stable
release (perhaps it is already).  It would allow the server to perform
multiple passes on documents, thus allowing your PHP script to execute and
output SSI, which would then get parsed by the server and be executed,
again.

Why you would need this, I don't know.  As people already mentioned, SSI's
very limited capabilities should all be available in PHP.

Joel

-- 
[ joel boonstra | [EMAIL PROTECTED] ]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to