<?php srand ((double)microtime()*1000000); $f_contents = file ("banners.txt"); $line = $f_contents[array_rand ($f_contents)]; print $line; ?>