Ashcrow
05-11-2001, 01:44 AM
Anyone know where I can find some good CGI refrences or tutorials in C? Mainly trying to learn how to input forms and change pages from input via POST mainly. Thanks!
|
Click to See Complete Forum and Search --> : Good C CGI Refrences Ashcrow 05-11-2001, 01:44 AM Anyone know where I can find some good CGI refrences or tutorials in C? Mainly trying to learn how to input forms and change pages from input via POST mainly. Thanks! Bradmont2 05-11-2001, 02:27 AM I googled (http://www.google.com) "CGI tutorial" a few days ago, and found a good CGI tut... It's really simple. All you need to really be able to do is write to stdout (cout in c++, printf (I believe... never used C) in C) read from stdin, and read environment variables (which is really easy to find out to do, just search for 'reading environment variables in C' or something similar...) justlinux.com
Copyright Internet.com Inc. All Rights Reserved. |