Script returns reversed uploads

See all posts See thread Reply

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