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

2004-09-22 Thread DvDmanDT
TECTED] > > virtual is an Apache specific function, and AFAIK they haven't put ASP > > support into Apache yet. Let's hope they never do ;-) > > > > - Original Message - > > From: "Dvdmandt" <[EMAIL PROTECTED]> > > Newsgroups: php.windows

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

2004-09-22 Thread DvDmanDT
IL 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()... > > > > -- > > // DvDmanDT

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

2004-09-21 Thread Mikey
revor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Mikey" <[EMAIL PROTECTED]> Sent: Tuesday, September 21, 2004 2:10 PM Subject: RE: [PHP-WIN] INCLUDE ASP does Not Work! for PHP - 4.3.4 I believe there's ChiliSoftASP or something that'll do ASP on A

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 PH

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

2004-09-21 Thread Mikey
ber 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 >

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

2004-09-18 Thread DvDmanDT
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 what to do with it before it sends anything to the web

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: > 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: http://wherever.example.com/poll.asp'); ?> -- Phil Driscoll -- PHP Windows Mailing List (http://w

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 > > > > 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 http://wherever.example.com/poll.asp');

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

2004-09-17 Thread Gryffyn, Trevor
The problem is that the web server looks at the file type and determines what to do with it before it sends anything to the web browser. Your .PHP file is being sent to a PHP interpreter which outputs certain things that get sent to the browser. What's going to happen in this case is that ASP cod