ASP scripts require .asp extension and PHP scripts require .php
extension. That's how a webserver invokes the right interpreter for the
script. I suppose you could use ASP pages and PHP pages on the same
server if you have something like MS IIS with php or Apache on *NIX with
php and chillisoft asp interpreter but mixing both scripts on a same
page is just pushing it. Maybe you could configure the webserver the way
that it invokes both interpreters whenever it sees .php or .asp
extensions but why on earth would you even want to try that kind of
stuff?
Seung-woo Nam
Joe Truong wrote:
>
> How can i include ASP scripts into PHP files or is it posible?
> thanxz
> -Joe
>
> --
> 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]
--
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]