How to Retrieve URL Data With the PHP GET Function

Posted on Ezine Articles See other posts from Ezine Articles
Published on Mon, 14 Jun 2010 09:36:20 -0500 Indexed on 2010/06/14 15:24 UTC
Read the original article Hit count: 149

Filed under:
Learn how to use $_GET effectively to collect data on any PHP page. When a request is made to a PHP script, take advantage of the built in PHP Super Global Array $_GET which automatically stores any Request data. Learn the difference between the Request and Response cycle of the web.

© Ezine Articles or respective owner