Log in

View Full Version : Random Habbo Fact!



Eight.
21-02-2009, 06:18 PM
How would I make it possible so like I put lots of habbo facts in a file then I want to change randomly anytime someones goes on the fansite or refresh. It's hard to explain.

For example: If I had this " Habbo UK started in 2001 " when someones refreshes the page I want to get another random fact such as " Sulake made habbo"

Agnostic Bear
22-02-2009, 07:38 PM
<?php
$arr = array(
'your random saying here',
'another random saying here',
'even more random sayings',
);

$arrc = count( $arr ) - 1;
echo $arr[ rand( 0,$arrc ) ];
?>

Want to hide these adverts? Register an account for free!