An Excellent, guided tutorial for practicing PHP syntax. Try it!
How to Export and Import Data
A quick video on how to port your data. Useful for being able to work on your projects at home.
PHP’s Graphics Draw Library
PHP can do a lot. Did you know that besides outputting HTML and interfacing with our databases, if you have the Graphics Draw library installed (most servers do), you can write code to create images on the fly? Take this one step further and PHP can take the data from your database and create charts […]
RegExr
Ever hear of Regular Expressions? They are a way to do pattern matching. A regular expression (regex or regexp for short) is a special text string for describing a search pattern. You can think of regular expressions as wildcards on steroids. You are probably familiar with wildcard notations such as *.txt to find all text […]

