Results 1 to 3 of 3

Thread: hello world!

  1. #1

    Default hello world!

    Hello!

    Just another "I'm new thread" I'm afraid... I've been a lurker for a while and have always loved the site so I just thought I would drop by in a moment of and introduce myself! im gio from the philippines.

    I'll try my best to post quite a bit if you like, but please be gentle with me .

    Anyway, speak to you all soon.

  2. #2
    Lifeless pain...
    Join Date
    Aug 2006
    Location
    With you....
    Age
    35
    Posts
    425

    Default Re: hello world!

    Hello and welcome to EZ!! I hope you enjoy your stay and please feel free to post!

  3. #3
    Sly Little Devil Jay's Avatar
    Join Date
    Oct 2003
    Location
    Kentucky, USA
    Age
    39
    Posts
    615

    Default Re: hello world!

    "hello world"... reminds me of something from a LONG time ago...

    PHP Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Hello World!</title>
    </head>
    <body>

    <?php
    $text 
    "Hello World!";
    print(
    "$text");
    ?>

    </body>
    </html>
    Fun, nerdy videos: Fancy Teeth

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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