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

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -