$lines = file($NamaFile) ; $nlines = count($lines); $nlines--; $random = rand(0, $nlines); $lines[$random];