Results 1 to 10 of 42

Thread: Day 4 - Decision Making - Become PHP Expert in 30 days

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #27
    Join Date
    Jan 2008
    Location
    india,kerala-god's own country
    Posts
    14,007

    Default

    PHP PROGRAMING DAY - 4 THIS IS MY 2'ND CODE

    http://php.flashwebhost.com/ramesh/day-4/if_greater.php

    PHP Code:
    <?php

    $laras_hundreds 
    54;

    $sachins_hundreds 100;

    $name_of_indian_cricketer ='Sachin';

    $name_of_westindian_cricketer ='Lara';

    if (
    $sachins_hundreds $laras_hundreds) {
        echo 
    'Congratulations ' $name_of_indian_cricketer '! You are better than Lara because you took '
        
    $sachins_hundreds ' centuries. ' $name_of_westindian_cricketer ' took 54 centuries only';
    Last edited by rameshxavier; 05-15-2014 at 10:32 AM.

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
  •