Last updated on May 10th, 2016 at 12:29 pm

Date in title bar using php, This is a simple script that appends date inside the html title tag.

<title>Today is <?php print date("l"); print(", "); print date("d/M/y");?></title>

Another quick tip for you 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *