Recent Blog Posts

See How Easily You Can Learn PHP using Google

One of the methods of learning PHP that I described in a previous post was to learn by searching for things when you need them. Here’s a guide to using that method.
Continue reading →

Returning… Again

Yeah, it’s another one of these posts. This blog will probably (but hopefully not) be filled with only this kind of post at one point. What can I do?
Continue reading →

Back From A Long Break

Hey guys, it’s been a while since I last updated this blog. I think that I’m finally coming back – in some way or another.
Continue reading →

4 Ways to Learn PHP

Before I started getting into code style, I talked a lot of learning PHP. I’m going to be revisiting that topic now. Here’s a list of a few ways that you can learn PHP.
Continue reading →

Many Ways to Integrate HTML into PHP

It’s a good practice to separate back end logic (PHP) from front end markup (HTML). That isn’t always possible or the best choice, especially if you are working on a small web application. Here’s some of the ways to cleanly integrate HTML into PHP.
Continue reading →

The Secret of Clear and Understandable PHP

Writing clear code isn’t just about writing code with good syntax – there’s another very important aspect of writing code.
Continue reading →