Posts tagged as "programming"

Posted by admin on 17th March 2008

Simple Captcha: Use Random Number

Here is an idea, use a random number as a captcha. Store the random number in a session variable and then have the user enter that random number in manually.

Posted by admin on 16th March 2008

Secure PHP Programming

Here are some useful tips to use when coding in PHP and making your applications secure. Simple things such as using the strip_tags function to tips on handling files are covered.
Secure PHP Programming