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
e poll.asp in that so the web server is pulling a .ASP 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:

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
--- > 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 - 4.3.4 > > > Hi All, > > I have included a ASP file in a PHP script as follows > > >

[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 and it does not work! whereas works fine Appreciate your help for any workarounds or Syntax issues -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php