i found it..... some one else sent it to me... thanxz n e wayz guys....
$f=fopen('http://your.server/legacyscript.asp"), "r");
if($f)
{
/*read the data from the file handle and deal with it as you wish - you
might want to process it somehow, or just output it as part of the current
page*/
fclose($fp);
}
Cheers
"Kurth Bemis" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> At 05:45 PM 4/16/2001, Plutarck wrote:
>
> plus - why would you want to :-)
>
> >Doesn't work.
> >
> >ASP scripts require an ASP interpreter. If you stick it in a PHP file,
PHP
> >will try to interpret the ASP code. PHP can't do that.
> >
> >
> >
> >--
> >Plutarck
> >Should be working on something...
> >...but forgot what it was.
> >
> >
> >""Joe Truong"" <[EMAIL PROTECTED]> wrote in message
> >9bfd8q$gum$[EMAIL PROTECTED]">news:9bfd8q$gum$[EMAIL PROTECTED]...
> > > 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]
>
>
> --
> 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]