Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2007
    Location
    East London
    Posts
    474
    Tokens
    88

    Default Random Habbo Fact!

    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"
    [COLOR=Red]~~~~~~~~~ Arsenal [B]~~~~~~~~~


  2. #2
    Join Date
    Oct 2006
    Location
    Peterborough, UK
    Posts
    3,855
    Tokens
    216

    Latest Awards:

    Default

    <?php
    $arr = array(
    'your random saying here',
    'another random saying here',
    'even more random sayings',
    );

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


    visit my internet web site on the internet
    http://dong.engineer/
    it is just videos by bill wurtz videos you have been warned

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •