Link to home
Start Free TrialLog in
Avatar of palli011000
palli011000

asked on

CGI in Delphi


 I am interesting using cgi for my webpage, do any have good example  uising this?

 Palli
ASKER CERTIFIED SOLUTION
Avatar of Motaz
Motaz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ichen
ichen

This article maybe can help you
http://www.undu.com/Articles/990315b.html

Tri CgiExpert - www.cgiexpert.com
AAAAAAAArgh! tri:=try ;-)
Avatar of palli011000

ASKER

Motaz- what is your email?
motaz1@yahoo.com
I wrote the article suggested by ichen in UNDU. It really depends what you want your CGI to do and what interfaces the web server supports. The UNDU article shows how to use the "stdin" and "stdout" devices to read form data and write back to a results page. There are better, bigger solutions but this one works fine for simple CGI's and works (as far as I know) on every flavour of web server.
Where is this article jellison?
As noted in the second comment for this question it's in the UNDU site at

http://www.undu.com/Articles/990315b.html
Jellison, didn't you think that the technique you used is somewhat old!

I think the Web Broker technology makes it easy to develop CGI applications using Request and Response objects.

Motaz
Yes it's old I suppose. But old doesn't always equate to bad (in so many ways!)
Yes, sure, befor I learn how to use WebBroker objects I use the Console mode, it lets me feel how does the CGI really work.
Motaz
Exactly. Walk before sprinting.