Learn how to protect your website from crawlers and SPAM robots. Create your own CAPTCHA using the PHP GD library. The Font used in this tutorial is called Anonymous Clippings and was obtained at dafont.com www.dafont.com In this part we create the captcha class and declare all the static methods that we will be using. Also the font file was base64 encoded and was assigned to a variable in order to embed the font into the PHP file. This will make the captcha class portable.
Posts Tagged ‘object’
PHP Tutorials: PDO: Affected Row Count (Part 3/7)
August 17th, 2012
phpmoz Part 4/7: www.youtube.com Using a PDOStatement method, we can return the amount of rows that were affected by our last query, which can be very useful! Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
PHP Tutorial: OOP Object-oriented Programming
June 30th, 2012
phpmoz WEBSITE: betterphp.co.uk In this video I make an attempt to explain the advantages of using classes and objects.
OOP PHP Tutorial 3 – Instance Variables and Access Modifiers
June 1st, 2012
phpmoz Please Rate Comment and Subscribe. Visit my website www.creativitytuts.org Follow me on Twitter
PROGRAMMING TUTORIAL- OBJECT ORIENTED IN PHP
May 7th, 2012
phpmoz This PHP tutorial takes you from beginner level in Object Oriented Programming all the way to Pro level.Download full tutorial for 7$ from:tinyurl.com
[PHP] OOP Tutorial #6
January 8th, 2012
phpmoz Public, private and protected – The rematch! And this time… It’s processable. Well that’s retarded, but it’s visibility again! Woohoo!
PHP Tutorial: Creating .zip files [part 01]
December 22nd, 2011
phpmoz WEBSITE: betterphp.co.uk In this video I show you how to add files to a zip file using the ZipArchive class.

Posted in
Tags:

