Posts tagged print
IS THERE A PHP SCRIPT THAT WILL PRINT SPECIFIC TEXT ACCORDING TO THE CURRENT DATE?
Aug 1st

This needs to be like a ‘Today in history’ type script, where the output changes according to the current date based on content of a table or variables. I can do this in JavaScript, but JavaScript is usually ignored by the search engines, but PHP output is indexed.
Thanks,
Zeba
http://www.JigsawADay.com
Ok, I do not want to print the date itself, I want to print out a pre defined text string that changes when the date changes.
i.e. on March 11th it would print out ‘This is text string one.’
On March 12th it would print out ‘This is my second text string.’
Read More >>