divertitiCodice PHP:
$page = array('calledpage.php',
'page.php',
'anotherpage.php',
'funpage.php'
);
include '/path/to/' . $page[array_rand($page)];
divertitiCodice PHP:
$page = array('calledpage.php',
'page.php',
'anotherpage.php',
'funpage.php'
);
include '/path/to/' . $page[array_rand($page)];