Re: [PHP] How do i include ASP script into PHP...??!

2001-04-18 Thread Christian Reiniger
On Tuesday 17 April 2001 15:56, you wrote: Easy. Just use fopen('http://localhost/file.asp') then fread the data you want. I do this technique to read Access tables from a Linux box. But that gives you the RESULTS of the ASP script, not the script itself. fopen

RE: [PHP] How do i include ASP script into PHP...??!

2001-04-17 Thread Jason Murray
Easy. Just use fopen('http://localhost/file.asp') then fread the data you want. I do this technique to read Access tables from a Linux box. But that gives you the RESULTS of the ASP script, not the script itself. Jason -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP] How do i include ASP script into PHP...??!

2001-04-17 Thread Dennis Gearon
http://asp2php.naken.cc/ Haven't been there, haven't done that, BUT, I do have the t-shirt! -- - Look lovingly upon the present, for it holds the only things that are forever true.

[PHP] How do i include ASP script into PHP...??!

2001-04-16 Thread Joe Truong
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]

Re: [PHP] How do i include ASP script into PHP...??!

2001-04-16 Thread Plutarck
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

Re: [PHP] How do i include ASP script into PHP...??!

2001-04-16 Thread Kurth Bemis
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.

Re: [PHP] How do i include ASP script into PHP...??!

2001-04-16 Thread Richard
ASP is a pathetic framwork. ""Phil Driscoll"" [EMAIL PROTECTED] wrote in message 005f01c0c6c2$ad8a2200$0c01a8c0@philsntserver">news:005f01c0c6c2$ad8a2200$0c01a8c0@philsntserver... There may be some perverse way of getting php and asp to parse the same page, but I;m sure you don't want to go

Re: [PHP] How do i include ASP script into PHP...??!

2001-04-16 Thread Phil Driscoll
Richard wrote: ASP is a pathetic framwork. So it's a good idea to give people ways of migrating from it to PHP :) -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: