This tutorial will teach you the basics of using Cookies. It will prepare you for the next tutorial, ‘Creating a Simple Login System’.
Continue reading
Tag Archives: PHP and Forms
Solution: Using $_GET
Here are the solutions to the previous tutorial, ‘Briefing: Using $_GET’. If you missed this tutorial, you can find it here.
Continue reading
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
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
Briefing: Using $_POST
This tutorial will teach you the basics of using $_POST with PHP. You will learn how to process an HTML form and then apply your knowledge to a real example.
Continue reading