Quote Originally Posted by Dentafrice View Post
PHP Code:
<?php
// NintendoNews on HabboxForum
// Minimalistic Lyrics Signature

$random rand(1,4); // How many signature do you want to pick from? Replace 4 with the number


// Make an if statement like this for each signature, replacing
// "1" with the number of signature, and for example symphony.gif
// with yoursignature.gif
if ($random == 1)
    {
       echo 
"<img src=symphony.gif>";  
    }
if (
$random == 2)
    {
        echo 
"<img src=symphony.gif>"
    }
if (
$random == 3)
    {
        echo 
"<img src=symphony.gif>"
    }
if (
$random == 4)
    {
        echo 
"<img src=symphony.gif>"
    }
?>


Like this: http://giantpanel.co.uk/test.php
no, he means doing
Code:
[IMG]giantpanel.co.uk/test.php[/IMG]
He wants to use this as a forum signature.