Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: random fact

  1. #11
    Join Date
    May 2009
    Posts
    1,576
    Tokens
    0

    Latest Awards:

    Default

    Sorry to hijack the thread lol but how do i include these in a html layout?

    i want them i na part were the radio says is?

  2. #12
    Join Date
    Mar 2008
    Location
    Swindon, UK
    Posts
    1,274
    Tokens
    187
    Habbo
    :Ltd

    Latest Awards:

    Default

    You dont, it has to be a PHP page.

    I'd do it like this...

    PHP Code:
    <?php
    $factsArray 
    = array();

    $factsArray[] = 'James is a god';
    $factsArray[] = 'James is awesum in so many ways';
    $factsArray[] = 'James is teh best in the worlds';
    $factsArray[] = 'All of the above are facts, even dis one!';

    echo 
    $factsArrayarray_rand$factsArray ) ];
    ?>
    http://beta.safeupload.com/sandbox/random_fact.php
    Last edited by Protege; 14-06-2009 at 07:32 PM.
    Hi, names James. I am a web developer.

Page 2 of 2 FirstFirst 12

Posting Permissions

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