Qhimm.com Forums
Off-topic forums => Completely Unrelated => Topic started by: LeonhartGR on 2013-06-19 15:11:56
-
Can someone tell me how to modify this code (https://gist.github.com/SeanJA/4159063) and how to make a gif to countdown 14:50 minutes
-
I'd say modify line 28 of gif.php
for($i = 0; $i <= 60; $i++){
to
for($i = 0; $i <= (14 * 60 + 50); $i++){
-
Thanks!
-
Sounds like something that should be passed as parameters to a function.