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
Tag Archives: Learn PHP
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
A Quick Recap
Here’s a quick recap of what we have gone over so far. You need to have completed this tutorials to continue on to the first application.
Solution: Using MySQL
Here are the solutions to the previous tutorial, ‘Briefing: Using MySQL’. If you missed this tutorial, you can find it here.
Continue reading
Briefing: Using MySQL
This tutorial will teach you the basics of using MySQL with PHP. It will prepare you for the next tutorial, ‘Creating a Simple Login System’.
Solution: Using Cookies
Here are the solutions to the previous tutorial, ‘Briefing: Using Cookies’. If you missed this tutorial, you can find it here.