Posts Tagged 'php programming'

How to setup cron

Posted on October 25 2009 by zemog

I remember few years back when I made a script that should run everyday. I did not know cron that time. What I did was put that script in the home page hoping that in a day one person will open the site so that the script will be triggered. What a lousy idea!

Using Recaptcha to your registration form

Posted on September 29 2009 by zemog

Have you seen website registration page lately? See that image where there are texts, words, alphanumeric or phrase that you need to type? That is what we called CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart). Before, if you want to incorporate captcha into your page, you have to make some [...]

How to create a registration page using PHP

Posted on February 12 2009 by zemog

Ever wonder how could you create a registration page for you website? If you have a website and you want your visitors to register for your mailing list for example, this tutorial is for you. In this exercise we will create three files. Registration form, configuration file and a form to transact the information. Registration [...]