ASP and PHPinclude
Page 1 of 1
7 Replies - 1455 Views - Last Post: 26 October 2001 - 02:43 PM
#1
ASP and PHP
Posted 25 October 2001 - 08:23 PM
Replies To: ASP and PHP
#2
Re: ASP and PHP
Posted 25 October 2001 - 09:45 PM
In other words, you have to set your server up to process asp code with .php extension.
#3
Re: ASP and PHP
Posted 26 October 2001 - 07:56 AM
#4
Re: ASP and PHP
Posted 26 October 2001 - 09:06 AM
#5
Re: ASP and PHP
Posted 26 October 2001 - 10:42 AM
Because you are INCLUDING the .asp, it's like SSI, the file is being executed on the server and just slapped into the code. So you shouldn't have to do anything but include the file.
For example, this server doesn't read CGI if the file isn't named .cgi, but on the homepage there are about 5 CGI files and 1 PHP file included. Try that first.. if it doesn't work... then try the server crap
The reason that should work is the ASP is never actually put into the PHP but rather as an output to HTML
#6
Re: ASP and PHP
Posted 26 October 2001 - 11:10 AM
#7
Re: ASP and PHP
Posted 26 October 2001 - 01:13 PM
Chili!ASP is a bad implementation of ASP. It doesn't support the entire VBScript language, and it has a tendency to cache too much output (So you won't always get truly dynamic content when you need it.)
My recommendation: Use an IIS-based server if you are going to do ASP, even if that is less safe (But then again, when you buy a hosting package, isn't safety the concern of your host?)
-Mist
#8
Re: ASP and PHP
Posted 26 October 2001 - 02:43 PM
|
|

New Topic/Question
Reply




MultiQuote






|