View difference between Paste ID: VkQBMiMt and 8nFgGis2
SHOW: | | - or go back to the newest paste.
1
<?php
2
    $f_contents = file("random.txt"); 
3
    $line = $f_contents[rand(0, count($f_contents) - 1)];
4
?>