This tutorial goes over an inner join SQL query and extending the basic blog from tutorial 10 to have a link to a single-post page. First of all, I am basing this tutorial on the last tutorial(10), which established a basic blog. Here we are going to compound the original statement, and make a link in the main blog to post pages where it shows only the post, and possibly more content in the future. Make sure to see Part 2 and 3!
Posts Tagged ‘get’
PHP Basics: GET variable
May 8th, 2010
phpmoz Used for passing variables between pages on the submission of forms or manual entry in the URL (address) bar of your browser.
PHP Tutorial – FORM $_GET and $_POST Super Globals
February 20th, 2010
phpmoz In this tutorial I explain when and how to use the GET and POST Super Globals within a Form and within a URL. This is a very important part of web design and programming, because a client will always want some kind of Contact Form or guestbook on their website and I do not believe in using Javascript to collect and process information. A contact form should work regardless…… Listen carefully, this tutorial is one that you must understand and be able to do with you eyes closed… Good Luck
Php For Dummies – Php Tutorial 4
February 16th, 2010
phpmoz Welcome to the 4th tutorial from the series of tutorials "Php For Dummies". As always, this tutorialwill help you to learn php. In this tutorial we learn about the if and else statements. There will be many more tutorials, so be sure to hit the subscribe button to make sure you receive them all!. Regards, Stefan Koenig www.crayzrocker.org
Php For Dummies – Php Tutorial 5
February 14th, 2010
phpmoz Welcome to the 5th tutorial from the series of tutorials "Php For Dummies". As always, this tutorialwill help you to learn php. In this tutorial you will learn about how a simple login system works. There will be many more tutorials, so be sure to hit the subscribe button to make sure you receive them all!. Regards, Stefan Koenig www.crayzrocker.org
Php For Dummies – Php Tutorial 3
February 8th, 2010
phpmoz Welcome to the 3rd tutorial from the series of tutorials “Php For Dummies”. As always, this tutorialwill help you to learn php. In this tutorial we learn about the transferation of data from page to page using two different methods. There will be many more tutorials, so be sure to hit the subscribe button to make sure you receive them all!. Regards, Stefan Koenig www.crayzrocker.org
PHP TUTORIAL 7 – $_GET and $_POST Methods
February 3rd, 2010
phpmoz In this tutorial I show you guys how to use the $_GET and $_POST methods and how they differ from each other. Remember to subscribe, rate, & comment! Thank You, – igivefreetutorials
Php For Dummies – Php Tutorial 8
January 29th, 2010
phpmoz Welcome to the 8th tutorial from the series of tutorials “Php For Dummies”. As always, this tutorialwill help you to learn php. In this tutorial you will learn about arrayz, and how they can be used to save a lot of time. There will be many more tutorials, so be sure to hit the subscribe button to make sure you receive them all!. Regards, Stefan Koenig www.crayzrocker.org
PHP Basics: Install a Webserver with PHP and MySQL (Windows)
December 7th, 2009
phpmoz Get started with PHP by installing a webserver with PHP and MySQL support. For ease of use and convenience, i’ll be showing you how to install XAMPP available from www.apachefriends.org

Posted in
Tags:

