Script returns reversed uploads

See all posts See thread Reply

Re: Script returns reversed uploads new!
by colin, 17 years, 7 months ago
I am not too sure what you mean, but you can reverse an array like this:
$array = array_reverse($array, 1);
Reply