I know nothing about CGI but recently I`ve been thinking that maybe I should. Two possible reasons.
Firstly, processing HTML based contact forms. Some clients may not have PHP available yet they need or want a contact form set up. From what I know, CGI seems the best (maybe only) way of doing that outside a proper server side language like PHP.
Second, cron jobs. I don`t know a whole lot about crons either but I can imagine many situations where they would be handy to run. I watched this tutorial on how to set them up using cPanel. The thing is , the "script" that runs the cron job is a cgi script.
http://www.siteground.com/tutorials/.../cron_jobs.htm
Is it even possible to create a cron job script just in PHP? And how would it be executed?
So what do you think? Should I be adding "SAMS CGI in 24 hours" to my reading list?
|