Posts Tagged ‘OOP’

PHP Tutorial: Protect your Website with CAPTCHA: Create your own: Part 1

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.

PHP Tutorial: Protect your Website with CAPTCHA: Create your own: Part 1

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.

PHP Tutorial: OOP Object-oriented Programming

WEBSITE: betterphp.co.uk In this video I make an attempt to explain the advantages of using classes and objects.

PHP Tutorial: Protect your Website with CAPTCHA: Create your own: Part 2

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 develop the captcha class and implement all the static methods that we will be using. Using the output buffer we return the image base64 encoded into the html file. We test the captcha using a form that requires the user to input the code that appears in the image.

PHP Stock Market Analyzer – 4 – How to Get Free Stock Data

Visit my website at thenewboston.com for all of my videos! My Google+ – https My Second YouTube Channel – www.youtube.com

PHP Stock Market Analyzer – 20 – The Final Product!

Visit my website at thenewboston.com for all of my videos! My Google+ – https My Second YouTube Channel – www.youtube.com

PHP Stock Market Analyzer – 1 – Introduction to the Project

Visit my website at thenewboston.com for all of my videos! My Google+ – https My Second YouTube Channel – www.youtube.com

PHP Stock Market Analyzer – 11 – Creating the main Function

Visit my website at thenewboston.com for all of my videos! My Google+ – https My Second YouTube Channel – www.youtube.com

PHP Tutorial: Creating .zip files [part 01]

WEBSITE: betterphp.co.uk In this video I show you how to add files to a zip file using the ZipArchive class.

PHP OOP Tutorial 3 | Scope & Calculator

Join Forum @ jream.com Learn a little about Properties with public, private, and protected.