PHP generate PNG with dynamic date -


i'm looking generate .png image dynamic date, ex:

take today's date +7 days , create .png displays date.

i'd keep .png name same , overwrite once week, showing date + 7 1 day week.

site.com/img/date.png 

is possible?

if have gnu date command, can date 7 days with:

date -d '+7 days' 

you pump that, or whatever parts of want script in other answer here.

you don't how want formatted, script comes this:

enter image description here


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -