PDA

View Full Version : apps in websites


link311
01-27-2004, 01:05 AM
is it possible to have an application stored on the server of your website and to be able to run it...

pollo
01-27-2004, 07:21 AM
Hi! Yes, it is.
You can use a CGI application or an ISAPI dll.

Hope it help!


Pollo!

link311
01-27-2004, 04:21 PM
whats a CGI app and is it someting that i can write in delphi or is it a differant language all together

pollo
01-28-2004, 02:14 AM
Hi!
CGI is a kind of program (Common Gateway Interface), and you can write CGIs and ISAPIs using Delphi.

I recommend you to read this:
http://delphi.about.com/cs/kbwsa/
and this:
http://delphi.about.com/library/bluc/text/uc060901a.htm

Hope it helps!


Pollo!