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" <dvdmandt@xxxxxxxxx> Newsgroups: php.windows To: <php-windows@xxxxxxxxxxxxx> Sent: Saturday, September 18, 2004 9:51 PM Subject: Re: 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" <TGryffyn@xxxxxxxxxxxxxxxxx> skrev i meddelandet > news:B97E3961173C4943BF7C722DFE31943D014CD5D0@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx > 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 code is going to be inserted, sent to the PHP > interpreter and nothing's going to happen.... Or if you have your PHP > set up to see <% %> as PHP, then you'll probably get some kind of > unknown function error. > > The reason the .HTM file works ok is that HTML is passed straight > through the PHP interpreter to the browser. > > > What you'd have to do is maybe use an IFRAME (HTML) and put the 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:GopalR1@xxxxxxxxx] > > Sent: Thursday, September 16, 2004 5:19 PM > > To: php-windows@xxxxxxxxxxxxx > > Subject: 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' ?> 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 > > > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php