
26.11.2007, 00:14
|
|
Members of Antichat - Level 5
Регистрация: 05.04.2006
Сообщений: 1,066
С нами:
10578566
Репутация:
1228
|
|
Код
PHP код:
<?php
$code=array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 'a', 'b', 'c', 'd', 'e', 'f');
$color=$code[rand(0,15)].$code[rand(0,15)].$code[rand(0,15)].$code[rand(0,15)].$code[rand(0,15)].$code[rand(0,15)];
echo '<body bgcolor="'.$color.'">';
?>
Последний раз редактировалось nc.STRIEM; 26.11.2007 в 00:26..
|
|
|