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:
Comments
Post a Comment