I'm trying to use the phpmailer and I get this error for the fsockopen (which is not called by me directly so I don't really have any control over it). (I've xxxx the server name and directory ) Any clues? I'm doing the exact same thing I've done on other websites on the same host, so I'm not...
$randomNumber = 1; % however you get the random number
$filename = "/files/".$randomNumber."file.php";
include("$filename");
____
Update: Sure except that if you want it between 1 and 3 you would do
rand(1,3) not rand(5,15)