Please Help abou the random generator !

[php]<?php
$num = rand (10,106,80,12,35,154,125) ;
header(“Location: http://mysite/page” .$num. “.html”);
?>[/php]

i want inorder number not like this (1,100) thx

Huh ??? ?_?

have a look at http://php.net/manual/en/array.sorting.php

Sponsor our Newsletter | Privacy Policy | Terms of Service