Mindtraveller Messages: 917 Registered: August 2007 Location: Russia, Moscow rgn.
Experienced Contributor
ratah wrote on Tue, 24 August 2010 17:56
zsolt> thanks for your precision,
Another questions about the CGI
- how do i do if i want to send an email smtp via my cgi?
- can i treat parameters like GET and POST as script languages (PHP, PERL,...) do
Thank you
I had quite a good experience with U++ core binary as CGI for Apache. It works flawlessly for about 1,5 years at the moment.
Answers to your questions are:
1) There is SMTP-connected class described in Web/smtp.h
2) No, you can't. You should google what these parameters really are (usually - but not always,- it is a part of HTTP header). All you have in CGI are HTTP header + data and environment variables.