PHP Coding Challenge: How to create a multiplication grid in PHP
How to use jQuery to Delete a Table Row with Animation
In this lesson I will show you how to delete a table row using jQuery. We will also highlight the row and animate the deletion. This is a really nice little script it follows on from the previous tutorial How to Add and Remove a Class using jQuery.
PHP Coding Challenge: Let's go Shopping
This challenge is taken from the extremely popular PHP for Beginners course. In the challenge you need to take the credit card number from a user’s input and check if it is valid.
How to Add and Remove a Class with jQuery
How to Select a Random Record from a Database
How to Turn on PHP Error Reporting in MAMP
One of my students asked a question this week about error reporting. When following one of the lessons in the PHP for Beginners course he should have received an error (intended error) but it did not show. He was curious as to why he did not receive the error as he was supposed to.
How to use PHP $GLOBALS
How to Create a For-In Loop in Swift
How to use FOR Loops in PHP
In this lesson I will show you how to use FOR loops in PHP. After starting off with a basic loop to print out the first 10 counting numbers, then extending into decreasing values and listing multiples, I will move onto finally showing you how to create a loop within a loop and print off the multiplication tables.