How To: Create a CAPTCHA System with PHP

Posted: 28-05-2010 in PHP & MySQL, Tutorials

Quick and Easy video tutorial explaining how to create your own CAPTCHA system using PHP. The CAPTCHA image can be used in webforms to prevent it from being used... Continue Reading

Posted: 02-04-2010 in PHP & MySQL, Tutorials

In part 11 of the Basic PHP Video Tutorials we are going to learn how to use a different type of array: the associative array. Continue Reading

Posted: 02-04-2010 in PHP & MySQL, Tutorials

In part 10 of the Basic PHP Video Tutorials we are going to learn how to use arrays, which allows you to store multiple values in a single variable.... Continue Reading

Posted: 02-04-2010 in PHP & MySQL, Tutorials

In part 9 of the Basic PHP Video Tutorials we are going to learn how to use the for loop, which can be very useful for generated content. Continue Reading

Posted: 02-04-2010 in PHP & MySQL, Tutorials

In part 8 of the Basic PHP Video Tutorials we are going to learn how to use the do loop, which can be very useful for generated content. Continue Reading

Posted: 02-04-2010 in PHP & MySQL, Tutorials

In part 7 of the Basic PHP Video Tutorials we are going to learn how to use the while loop, which can be very useful for generated content. Continue Reading

Posted: 02-04-2010 in PHP & MySQL, Tutorials

In part 6 of the Basic PHP Video Tutorial we are going to learn about the switch statement and why its easier than the IF ELSE statement in some... Continue Reading

Posted: 02-04-2010 in PHP & MySQL, Tutorials

In part 5 of the Basic PHP Video Tutorial we are going more into detail about IF ELSEIF and ELSE statements in php, enjoy! Continue Reading

Posted: 02-04-2010 in PHP & MySQL, Tutorials

In part 4 of the PHP basics video tutorials we are going to learn how to use IF and ELSE statements to let PHP make decisions for us. Continue Reading

Posted: 02-04-2010 in PHP & MySQL, Tutorials

In part 3 of the basic PHP Video Tutorials we are going to learn the basics about using math functions. Continue Reading

Posted: 02-04-2010 in PHP & MySQL, Tutorials

Learn how to output some basic text using Echo and the basics of using varibles. This is a very basic PHP video tutorial for the beginners. Continue Reading

Posted: 01-04-2010 in PHP & MySQL, Tutorials

This PHP tutorial shall cover a BASIC authentication script enabling authorised users access to a specific website. A more advanced and recommended script for authentication is covered in the... Continue Reading

Posted: 01-04-2010 in PHP & MySQL, Tutorials

This Tutorial will get you started on the installation of Apache, PHP and MYSQL, To do so you can use a very nice app called xampp which will install... Continue Reading

Posted: 18-01-2010 in PHP & MySQL, Tutorials

This PHP tutorial covers the echo, the if…else statement and integer variables. A good video to get you started with PHP. Continue Reading