Posts Tagged ‘get’

PHP & MySQL Tutorial 11: Extending a Basic Blog: Part 1

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!

PHP Basics: GET variable

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

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

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 3

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

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 Basics: Install a Webserver with PHP and MySQL (Windows)

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

PHP Tutorial – GET & POST

Learn to process get and post data in php.