wonderhowto_01.png

PHP

Latest Articles

Article cover image
May 15, 2012

Technology: The Less You Know the Better?I'm sure everyone is now aware of GPS technologies and tracking techniques these days, with the release of numerous documents (even lawsuits) on big name compa ...

Article cover image
May 11, 2012

For the PHP tester out thereThere are many things you can do with PHP!  A while back I was doing some testing on various functions in a script that my main application would call through jquery asynch ...

Article cover image
Feb 25, 2012

As a web developer, I often read articles about hackers (from the lowly to the knowledgeable) infiltrating websites via the dreaded 'SQL Injection' method and completely taking control, changing, gain ...

Article cover image
Sep 22, 2011

Groupon.com, the name is synonymous of fabulous daily deals delivered to subscribers via emails. This success formula is now imitated by many other entrepreneurs around the world. Group buying website ...

Article cover image
May 19, 2011

If you need to build a SQL query, you can choose one of two alternatives. The first and a rather old way is using a console. But if you build your queries in MySQL console, you have to remember all th ...

Article cover image
May 11, 2011

If you are looking to operate a web site from your Mac, MAMP- a package of free web software programs- is an elegant solution. This video will show you how to configure MAMP on your computer, so you c ...

Article cover image
Jan 17, 2011

PHPMailer is a fully featured email transfer class for PHP and its popularity has grown rapidly over the years. Recently I had to send e-mail messages using the GMail SMTP server for one of my clients ...

Article cover image
Jan 12, 2011

This video how-to is a good intro for beginners, helping them understand the creation of an object oriented validator class. This can all sound confusing, so follow the example and learn how to add it ...

Article cover image
Jan 12, 2011

This tutorial for PHP beginners introduces the viewer to the concept of class inheritance. As your coding career takes off, you'll need to know as many ways to work efficently and code with speed to s ...

Article cover image
Jan 12, 2011

This PHP newbie video with teach you what a Singleton Pattern is and how to use it in your PHP programming. PHP OOP Singleton is great for a database connection when you only want one consistent conne ...