[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
[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 ??? ?_?