<?php $f_contents = file("random_link.txt"); $link = $f_contents[array_rand($f_contents)]; echo $link; ?>