PHP
Programming
Create Beautiful URLs With mod_rewrite
You’ve got your website up, custom-built and it looks amazing. Except, of course, for that URL. You’ve heard of mod_rewrite, but the idea seems confusing and scary – I mean, regular expressions; hell.
Programming
Parsing Multidimensional Associative Arrays
It can be frustrating when you’re learning something new – you get stuck on what seems like an arguably simple task, such as parsing through an array. Multidimensional associative arrays are certainly different than your regular array, but parsing through them is just as simple (if not more-so).