Jump to content

dEcade

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Posts posted by dEcade

  1. How do get something that like when you click say a link that takes you to test.php and will say HI on the page.  But Iv seen stuff on sites where you go to a link to that test.php exept its test.php?test and the page would say HI HOW ARE YOU insted of HI... How do you do that?

    203759[/snapback]

     

     

    <?
    if(!$test){
    echo 'hi';
    }
    if($test == php){
    echo 'welcome to PHP!';
    }
    ?>
    

    Hope that helped

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.