Can Apache execute ASP code?

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
User avatar
noguru
Forum Commoner
Posts: 61
Joined: Thu Jun 06, 2002 4:03 am
Location: Just north of the City Of Gold, Land of Milk and Honey

Can Apache execute ASP code?

Post by noguru »

Hi

I've got a class written in asp to upload files from the client to the Unix server. Is there any way in which Apache can be set up (easily) to execute this class whenever used in my php code?

If not, does anyone know where to find code that will do this and run on Unix? I need to write a php site that will upload files from the client to his ftp folder on the server, instead of using a normal ftp program. The reason is that I need to edit the uploaded page on the server and add a couple of lines php code at the top of each page and also convert from .htm to .php (this is yet another challenge!).

Any help will be appreciated.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

User avatar
noguru
Forum Commoner
Posts: 61
Joined: Thu Jun 06, 2002 4:03 am
Location: Just north of the City Of Gold, Land of Milk and Honey

Post by noguru »

thanks, i'll check it out
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

Yes I've manage to do it :D
Post Reply