ASP and PHP together...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
parallon
Forum Newbie
Posts: 6
Joined: Fri Jan 07, 2005 9:06 am

ASP and PHP together...

Post by parallon »

Is it possible to run PHP and ASP on the same machine? If not, is there some way to run an ASP application on an Apache server?

Thanks in advance,

Parallon
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

AFAIK, both are possible:

http://httpd.apache.org/cli/introduction


IIS can run ASP and PHP at the same time as well. Although mixing them (codewise) may be a problem.
Post Reply