
no, he means doingPHP 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.phpHe wants to use this as a forum signature.Code:[IMG]giantpanel.co.uk/test.php[/IMG]
Want to hide these adverts? Register an account for free!