This is how I wrote down a reminder the other day:
<?php
if ($time) {
move('48', beginning); }
?>
It means: If I have time ($time) then move picture '48' to the beginning. However if I don't have any time, don't do it.
+10 geek points. 
This is how I wrote down a reminder the other day:
<?php
if ($time) {
move('48', beginning); }
?>
It means: If I have time ($time) then move picture '48' to the beginning. However if I don't have any time, don't do it.
+10 geek points. 