Posts Tagged ‘GET’

How to Use a Query String in PHP

Learn how to pass variables to a PHP web page using the query string, and how to access the variables from that page. Once you know how to pass information between pages with the query string parameter and how you can add some increased interactivity to your web page using PHP. There are a lot of other uses, such as selecting which section of a site to display based on a variable in the query string and processing form data.

Read more...

1 comment - What do you think?  Posted by administrator - September 17, 2009 at 9:05 pm

Categories: PHP   Tags: , ,