Archive for the 'PHP' Category



This is article is a personal versioning of my programming career. The first version of my programming life I shall call Geek 1.0. This version of myself I was very cautious, naïve, bookish. The second stage of my programming life I shall cleverly call Geek 2.0. This is the current state I am in […]

print_r() is a handy function to print items in array to your screen. Its a great way to test and make sure your arrays have all the information they need. However its display can get quite messy if you have mulit-dimensional arrays. For example:

The output would […]