In this video, you’ll learn about the array_diff_assoc PHP function. This function calculates the difference between an original (“primary”) array and any number of comparison arrays. It returns an array containing an values from the original array that do NOT exist in any of the comparison arrays. The big difference between this PHP function and [...]
About John Morris
I'm a Developer at WishList products, creators of WishList Member, instructor for the WishList Member Certified Developers program, and creator of numerous WordPress plugins and PHP applications.
PHP Functions Video Tutorial: array_count_values
In this video, you’ll learn about the array_count_values PHP function. This function lets you count how many times a certain value occurs in an array. It returns an array where the values of the original array are now the keys and the occurrence of each key in the original array are the values. Here’s how [...]

PHP Functions Video Tutorial: array_combine
In this video, we’ll cover the array_combine PHP function. This function lets you specify an array of keys and an array of values and combine the two into a single array. The resulting array contains the values specified in the keys arrays as keys and the values specified in the values array as values. Here’s [...]

PHP Functions Video Tutorial: array_chunk
In this video, you’ll learn how to use the array_chunk PHP function. This handy function lets you break an array into smaller chunks of a size you specify. The resulting array is a multi-dimensional array containing your chunked arrays. Here’s how to use it: You can also read more about this function in the PHP [...]

PHP Functions Video Tutorial: array_change_key_case
In this video, you’ll learn about the array_change_key case PHP function. This function lets you change the case off all the keys in an array to either upper or lower case. Here’s what it is and how to use it: You can also learn more about this function in the PHP Manual.

Top 5 PHP Tutorials You Probably Don’t Know About
Being a fully self-taught PHP developer, I’ve spent a LOT of time searching for and perusing online tutorials. Some are awesome. Others… not so much. So, I figured I’d take a moment to help you separate the wheat from the chaffe. Here’s my top 5 PHP tutorials in no particular order: 1. Tizag.com PHP Tutorial [...]

How to Loop Results Into an Array in PHP
This is one of those little tricks in PHP that can save you a ton of time. Reality is, when you’re dealing with MySQL results… you’ll almost always have to loop through an array of results to grab what you want and put THOSE results back into an array. If you don’t know how to [...]

The Coder’s Credo
As you’ve probably seen from the front page of my blog, I have just released a new report called The Coder’s Credo. I won’t over hype it, but it’s something I’ve put a lot of thinking into to distill my experience as a Web Developer down into useful tips for what it takes to actually [...]
Install a LAMP Web Server on Ubuntu
Installing a web server using the Ubuntu operating system is not too difficult because most of the required packages don’t need a lot of configurations. In this tutorial we create a (power) user, we install Apache, PHP and MySQL, phpMyAdmin and several other services needed to run a powerful and secure web server. via web-development-blog.com [...]
Creating 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 box with options from data in my database? Here’s how: The Query First, let’s look at our query. Yours might look something like this: <?php $sql = "SELECT * FROM [...]
De-Mystifying Web Video
Welcome to the Wild West. When it comes to web video, that’s exactly what it feels like. Web video is confusing, hard, and “tear-your-hair-out” frustrating… if you don’t know what you’re doing. On the flip side, if you DO know what you’re doing, it’s pretty straight-forward… well, kind of. At the very least, by the [...]
How to Integrate CubePoints With SimplePress and Boost Your Membership Site Retention Rates
Retention is the name of the game when it comes to membership sites. It’s a well-known fact that members COME to a membership site for the content, but they STAY for the community. Your members will stay because their friends stay. But, how do you get your members to become friends with one another? A [...]
How to Write Your Own Easy-Administration WordPress Plugin
WordPress’s popularity owes much to it’s easy administration panels. Unfortunately, it can still be daunting for non-technical users such as your clients. At best they’ll require a little training, hand-holding and support. At worst, they’ll play around with plugin installation, edit some theme code, then expect you to clear up the mess. I’ve written a [...]
Sorting Multi-Dimensional Arrays in PHP
Every time I need to sort a multi-dimensional array in PHP, I have to look it up. It’s not quite as quick and easy to look up as most things, so I’m going to blog a quick example. via shiflett.org This is super handy! I’m the same way. I always used to end up looking [...]
Multiple GMail Account Logins
The one thing that used to really bug me, was the fact that I could only access one webmail account at a time – and if I wanted to view some of the team email boxes, I had to log out of my account and log into that one. Fairly frustrating and more often than [...]
Google Plus
Related
Donate
Search
- How to Build a PHP Form From Scratch With One Hand Tied Behind Your Back February 12, 2011
-
How to Make a Website From Start to Finish
February 5, 2011
- How to Build a Kick Ass Form That Can Withstand Everything AND the Kitchen Sink February 12, 2011
- Make the Woo Tabs Widget Display Latest and Popular Posts From Selected Category Only February 28, 2011
-
How to Create an XML Data Feed File for Google Product Search Using PHP
September 25, 2010
- How to USE the Data You Collect With Your Forms February 12, 2011
-
Creating an HTML Select Box From a MySQL Results Array Using PHP
August 10, 2011
-
The Most Powerful Way to Build Your Website
February 5, 2011
-
How to Set Up a Local Development Environment
February 5, 2011
-
Phony or Guru? Time to Make the Switch
March 31, 2011
-
PHP Functions Video Tutorial: array_diff_assoc
December 3, 2011
-
PHP Functions Video Tutorial: array_count_values
December 3, 2011
-
PHP Functions Video Tutorial: array_combine
December 3, 2011
-
PHP Functions Video Tutorial: array_chunk
December 3, 2011
-
PHP Functions Video Tutorial: array_change_key_case
December 3, 2011
-
Top 5 PHP Tutorials You Probably Don’t Know About
December 2, 2011
-
How to Loop Results Into an Array in PHP
November 22, 2011
-
The Coder’s Credo
October 3, 2011
-
Install a LAMP Web Server on Ubuntu
August 15, 2011
-
Creating an HTML Select Box From a MySQL Results Array Using PHP
August 10, 2011
-
natesheridan: Hi john, Are you still intending on resubmitting ...
-
Nalley Abs: Hey John, How could i down load this free video o...
-
Adam: This is awesome! Has been bothering me for quite s...
-
Jeffh13: Like the video... Learned alot... Trying to Post...
-
N shoaib: Thank you John. I have no Idea, how to appreciate ...
-
Tanweer: iam thank ful to u ...
-
Paula: Hi John, I think I've done it! These X...
-
Paula: Hi John, I came across your site a couple of da...
-
Quasar: John Morris, Thank you so much for these videos......
-
Top List: Thanks for the information, actually i have been s...
Categories
Twitter (@jpmorris)
Follow @jpmorris on Twitter


