PHP

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • what's all the about then?

    0 answers - 929 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Do this.
    1. Create a script called hello.php with the following content:
    <?php
    echo $_GET['string'];
    ?>
    2. Enter
    3. The page will say "Hello"
    The content after the ? will be treated as GET variables in the http request
    to the server. You can use this to change behavior of a script depending on
    what the GET variables values are.
    /Peter
    Message
    From: Ross [mailto:ross (AT) aztechost (DOT) com]
    Sent: Wednesday, August 30, 2006 7:10 PM
    To: php-general (AT) lists (DOT) php.net
    Subject: [PHP] what's all the about then?
    There is a site which has interesting behaviour.
    when I click the links the variable and the end changes changing the page.
    Can someone tell me
    (i) how is this achived
    (ii) what is the technique called
    (iii) does it have any real benefits apprt from looking a bit nifty
    Ross

Re: what's all the about then?


max 4000 letters.
Your nickname that display:
In order to stop the spam: 6 + 5 =
QUESTION ON "PHP"

EMSDN.COM