<?php $result = [1,2,3,4]; $row = end($result); while($row = current($result)){ echo $row."\n\n"; prev($result); }
You have javascript disabled. You will not be able to edit any code.