• Archives

  • AddThis Social Bookmark Button

    Add to Technorati Favorites

  • Variables in php

    By krates | November 28, 2007

    What does php stands for ??

    PHP = presyntax hyper processor

    so the string presyntax hyper processor is stored in the varible PHP

    In php you can also store big calculations or strings or anything in a variable

    In php variable prefix is $

    so a simple variable program will look like this

    <?php

    $easy = “http://www.easytutorial.info”;
    echo ‘For web designing tutorial go to <a href=”‘.$easy.’”>Easy tutorials’;

    ?>

    Thanks

    krates

    Share and Enjoy:
    • Digg
    • del.icio.us
    • Facebook
    • NewsVine
    • Reddit
    • StumbleUpon
    • YahooMyWeb
    • Google Bookmarks
    • Yahoo! Buzz
    • TwitThis
    • Live
    • LinkedIn
    • Pownce
    • MySpace

    Topics: PHP | No Comments »

    Related Links:

    Comments

    Security Code: