GeekArticles
Web Programming
CGICGI Programming 101
Author: cgi101.com |
Published: 6th Sep 2005 |
Visited: 574 times |
Add CommentFiled in: CGIThe first six chapters from a book on CGI programming are available for free online or in .pdf format. Sample chapters cover getting started (writing scripts, uploading, etc.), Perl Variables, CGI Environment Variables, Processing Forms, Advanced Forms, and Reading & Writing Data Files. Source code from remaining chapters is also available.
Read Article Sponsored Links
Related Articles
• AJAX Client Side Programming In this article, Brian explores the client-side programming aspect of the ASP.NET AJAX Framework. He will look at setting up client-side components that represent server-side counterparts, and an introductory leading into developing control extenders with the help of relevant code sample. Brian init ...