$cantidad = file_get_contents("ads/cant.txt"); $ads_cant=$cantidad>6?6:$cantidad; $ad = range(0,$ads_cant); $ad = shuffle($ad);