Results 1 to 10 of 11

Thread: Learning PHP

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2009
    Posts
    76,596

    Default

    Easy to learn PHP, it shows both the PHP source code and the HTML output of the code.

    Code:
    <html>
    <body>
    
    <?php
    echo "My first PHP script!";
    ?>
        
    </body>
    </html>
    You can view the result at : http://198.27.105.229/example_test006.php

  2. #2
    Join Date
    Sep 2003
    Posts
    3,040

    Default

    Quote Originally Posted by sherlyk View Post
    Easy to learn PHP, it shows both the PHP source code and the HTML output of the code.

    Code:
    <html>
    <body>
    
    <?php
    echo "My first PHP script!";
    ?>
        
    </body>
    </html>
    You can view the result at : http://198.27.105.229/example_test006.php

    This is same as

    http://forums.bizhat.com/showthread....341#post286341

    echo "Hello World!";
    Replaced by

    echo "My first PHP script!";
    Become PHP Expert in 30 days
    FreeMarriage.com - Free Online Matrimonial
    FlashWebHost.com - Professional Web Hosting, Designing.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •