Here are the solutions to the previous tutorial, ‘Briefing: Using $_GET’. If you missed this tutorial, you can find it here.
Continue reading
Monthly Archives: July 2009
Briefing: Using $_GET
This tutorial will teach you the basics of using $_GET. It will help you learn how to use $_GET with forms and how to use $_GET with anchors.
Continue reading
Making Timestamps Readable
When scripting in PHP, I often use UNIX timestamps (time()) to store information on when things happened. That is good for the backend, but if I put Posted at: 1247280481 it probably wouldn’t go down very well.
Continue reading
Google Chrome OS
Yesterday, Google announced that they are working on a new project. A project much larger (and apparently more important) that Google Chrome. Yes, you guessed it. The Google Chrome Operating System.
Continue reading
Google Translate: PHP API
Google Translate is probably one of the best online translators around. Here’s how to integrate it into your scripts.
Continue reading
Solution: Using $_POST
Here are the solutions to the previous tutorial, ‘Using $_POST’. If you haven’t checked out the original tutorial yet, you can find it here.
Continue reading