
PHP Multiple Checkbox Array Handling
I tend to get a lot of questions around checkbox handling when submitting forms to PHP. Here’s a simple snippet to illustrate how it works:


A Simple PHP Class For Prepared Statements in MySQLi
Prepared statements are all the rage right now in PHP development… and for good reason. Not only do prepared statements make your queries more secure…


How to Calculate an Age By Birthday Using PHP
This PHP function accepts a birthday as a parameter and will return the age based on that birthday. Handy for social sites/applications.


How to Create an ics Import File Using PHP
In this video, you’ll learn how to create an .ics import file using PHP. This allows you to dynamically generate the .ics file based on


How to Sort Multidimensional Arrays Using PHP
In this video, you’ll learn how to sort multidimensional arrays in PHP. You’ll not only learn basic sorting using array_multisort(), but you’ll also see a


How to Create an HTML Select Box From a MySQL Results Array Using PHP
This is a question I get quite a bit, so I figured I’d write a post on it: How do I create an HTML select