Results 1 to 10 of 11

Thread: Learning PHP

Threaded View

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

    Default Learning PHP

    Example Script to display Date

    Code:
     <html>
    
    <head>
    <title>Example #3 TDavid's Very First PHP Script ever!</title>
    </head>
    <? print(Date("m/j/y")); ?>
    
    <body>
    </body>
    </html>

    You can view the result at : http://198.27.105.229/example_test001.php
    Last edited by sherlyk; 05-06-2014 at 07:08 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
  •