Doteasy Tutorial - Scripting - Date and Time
PHP Only Date: version 1.0.1
Show date (month/day) on your website easily with a simple PHP code.


Installation Procedure 
Quick Tips 



The script can be downloaded from here.


The file that you will download is saved in .zip format; this is a compressed bundle containing the files in the distribution. Unzip this archive in a temporary directory on your computer using decompression software.


Start your FTP software and upload all content to your web server preserving the file structure.

Note: Let's assume you install the contents of the script to /var/www/html/date/


Congratulations, the installation of PHP Only Date is now complete.

You can use the code below to show the date on your page. (For files with .php extensions)

<?php include "onlydate.php" ?>

Example:
We had setup an index.php page and inserted the above code.


To use PHP Only Date in a HTML page, you can use iframes:

<iframe src=onlydate.php width=200 height=60 frameborder=0 scrolling=no></iframe >


If you require additional assistance, please feel free to contact our customer service team: https://www.doteasy.com/ContactUs/SMS/

Top