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
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.
Bookmarks