Re: [twsocket] Support for PHP and CGI

2012-12-02 Thread François Piette
 I have to write a local webserver, which demonstrates to users the effect
of their html and 
 php scripts (i.e. something like a desktop content management system).
 I'm using Delphi XE2 and Windows 7. Is it possible to integrate CGI/PHP in
any of the 
 ICS components? Is there a demo for this purpose?

Look at Overbyte website, UserMade page, there is a very old sample
program ICS WebInterface.zip by Sven Schmidts  giving THttpSrv programmers
a fast and easy interface to support CGI/WinCGI/ISAPI. You can probably
adapt this code to use the CGI version of your favorite PHP engine.

-- 
francois.pie...@overbyte.be
Embarcadero MVP
http://www.overbyte.be





--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] Support for PHP and CGI

2012-12-01 Thread Gerhard Seyfarth

Hi,
I have to write a local webserver, which demonstrates to users the 
effect of their html and php scripts (i.e. something like a desktop 
content management system).
I'm using Delphi XE2 and Windows 7. Is it possible to integrate CGI/PHP 
in any of the ICS components? Is there a demo for this purpose?

Regards
Gerhard

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Support for PHP and CGI

2012-12-01 Thread RTT


Is it possible to integrate CGI/PHP in any of the ICS components?


http://lists.elists.org/pipermail/twsocket/2011-February/043191.html

Check the idRunner project
http://sourceforge.net/projects/psvlib/files/
Not for ICS, but not so difficult to adapt to the ICS THttpWebserver

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be