Re: [PHP-WIN] INCLUDE ASP does Not Work! for PHP - 4.3.4

2004-09-22 Thread DvDmanDT
, September 18, 2004 9:51 PM Subject: Re: [PHP-WIN] INCLUDE ASP does Not Work! for PHP - 4.3.4 I'd lookup virtual()... -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com Trevor Gryffyn [EMAIL PROTECTED] skrev i meddelandet news:[EMAIL PROTECTED] The problem

Re: [PHP-WIN] INCLUDE ASP does Not Work! for PHP - 4.3.4

2004-09-22 Thread DvDmanDT
. Let's hope they never do ;-) - Original Message - From: Dvdmandt [EMAIL PROTECTED] Newsgroups: php.windows To: [EMAIL PROTECTED] Sent: Saturday, September 18, 2004 9:51 PM Subject: Re: [PHP-WIN] INCLUDE ASP does Not Work! for PHP - 4.3.4 I'd lookup virtual

Re: [PHP-WIN] INCLUDE ASP does Not Work! for PHP - 4.3.4

2004-09-21 Thread Mikey
-WIN] INCLUDE ASP does Not Work! for PHP - 4.3.4 I'd lookup virtual()... -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com Trevor Gryffyn [EMAIL PROTECTED] skrev i meddelandet news:[EMAIL PROTECTED] The problem is that the web server looks at the file type and determines

RE: [PHP-WIN] INCLUDE ASP does Not Work! for PHP - 4.3.4

2004-09-21 Thread Gryffyn, Trevor
I believe there's ChiliSoftASP or something that'll do ASP on Apache. -TG -Original Message- From: Mikey [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 6:52 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] INCLUDE ASP does Not Work! for PHP - 4.3.4 virtual

Re: [PHP-WIN] INCLUDE ASP does Not Work! for PHP - 4.3.4

2004-09-18 Thread Phil Driscoll
On Friday 17 September 2004 20:36, I wrote: ?php include('http://wherever.example.com/poll.asp'); ? A safer option if your asp page does not generate any php code you wish to execute would be: ?php readfile('http://wherever.example.com/poll.asp'); ? -- Phil Driscoll -- PHP Windows

Re: [PHP-WIN] INCLUDE ASP does Not Work! for PHP - 4.3.4

2004-09-18 Thread DvDmanDT
file without anything else, therefore interpreting it as an ASP file. Does any of that make sense? -TG -Original Message- From: Raj Gopal [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 5:19 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] INCLUDE ASP does Not Work! for PHP

RE: [PHP-WIN] INCLUDE ASP does Not Work! for PHP - 4.3.4

2004-09-17 Thread Gryffyn, Trevor
PROTECTED] Sent: Thursday, September 16, 2004 5:19 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] INCLUDE ASP does Not Work! for PHP - 4.3.4 Hi All, I have included a ASP file in a PHP script as follows ? include 'poll.asp' ? and it does not work! whereas ? include 'AA.htm

Re: [PHP-WIN] INCLUDE ASP does Not Work! for PHP - 4.3.4

2004-09-17 Thread Phil Driscoll
On Thursday 16 September 2004 22:18, Raj Gopal wrote: Hi All, I have included a ASP file in a PHP script as follows ? include 'poll.asp' ? and it does not work! If you want poll.asp to execute and generate some output for inclusion in the php script, you could do ?php

[PHP-WIN] INCLUDE ASP does Not Work! for PHP - 4.3.4

2004-09-16 Thread Raj Gopal
Hi All, I have included a ASP file in a PHP script as follows ? include 'poll.asp' ? and it does not work! whereas ? include 'AA.htm' ? works fine Appreciate your help for any workarounds or Syntax issues -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: