Do I need to show that on the screen with a array with PHP, any suggestions?
<?php
$number= array("1","2","3","4","5","6","7","8","9","10");
arsort($number);
for($x = 0; $x < count($number); $x++) {
echo $number[$x];
ec...
asked by
27.02.2018 / 17:33