mescanefeux

Textile Xplosion by James Roper

 

 

 

JAMES ROPER

 

This entry was written by Lau, posted on 11 mars 2010 at 15 h 16 min, filed under Front and tagged , , . Leave a comment or view the discussion at the permalink.

Script PHP de bgcolor aléatoire

<?php
$nbcolor=9;
$color[1]="#D01F3C";
$color[2]="#356AA0";
$color[3]="#3F4C6B";
$color[4]="#6BBA70";
$color[5]="#73880A";
$color[6]="#C79810";
$color[7]="#D15600";
$color[8]="#B02B2C";
$color[9]="#E1EDF1";
srand((double)microtime()*1000000);
$affcolor=rand(1,$nbcolor);
?>
<body bgcolor="<?echo$color[$affcolor];?>">

This entry was written by Lau, posted on 24 janvier 2010 at 23 h 29 min, filed under Front and tagged , , . Leave a comment or view the discussion at the permalink.