Hmm, I've had a look and messed about without much luck (I searched on here as well)
What has to go in the field exactly?
I assumed (wrongly) at first that doing
eval ($sevenhb = mktime (date("H")-7,date("i"),date("s"),date("m"),date("d"),date("Y")); echo date("H:i:s", $sevenhb)😉;
would be fine, which of course it wasn't, it just gave me the above in a low line as if it was plain text.
Theres got to be something really obvious I'm missing, I tried all that
eval ("\$str = \"$code\";");
stuff, which also got echoed as plain text :-(
Thanks for any more help