Blogs - [
more]
$array = file("./bloglinks.php");
shuffle($array);
for ($i=0; $i<5; $i++) {
echo $array[$i];
}
?>
Non-Blogs - [
more]
$array = file("./nonbloglinks.php");
shuffle($array);
for ($i=0; $i<3; $i++) {
echo $array[$i];
}
?>
San Diego Local - [
more]
$array = file("./sandiegolinks.php");
shuffle($array);
for ($i=0; $i<3; $i++) {
echo $array[$i];
}
?>