Results 1 to 10 of 50

Thread: Day 2 - Variables - Become PHP Expert in 30 days

Threaded View

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

    Default

    http://php.flashwebhost.com/sherly/Hello.php

    Code:
    <?php
    $my_string = "Hello Raj. My name is: ";
    echo "$my_string Vinu <br />";
    echo "Hi, I'm Raj. Who are you? $my_string <br />";
    echo "Hi, I'm Raj. Who are you? $my_string Vinu";
    Last edited by sherlyk; 08-02-2014 at 04:17 PM.

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
  •