Thread
:
Assign value to a variable depending on time
View Single Post
02-12-2003, 03:48 PM
#
8
(
permalink
)
joe_bruin
LOAD "*",8,1
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
the one line answer
PHP Code:
<?
eval(
"\$i = "
.
date
(
"s + (60 * (i + (60 * G)))"
).
";"
);
echo
"got $i\n"
;
?>
joe_bruin
View Public Profile
Find More Posts by joe_bruin