
10.08.2009, 22:50
|
|
Reservists Of Antichat - Level 6
Регистрация: 04.02.2007
Сообщений: 1,152
Провел на форуме: 3008839
Репутация:
1502
|
|
PHP код:
$red=true;
$mysql_query=mysql_query('...');
while($g=mysql_fetch_array($mysql_query)){
echo '<tr><td style="color:'.($red?'red':'blue').';"></td></tr>';
$red=!$red;
}
__________________
Bedankt euch dafür bei euch selbst.
H_2(S^3/((z1, z2)~(exp(2pi*i/p)z1, exp(2pi*q*i/p)z2)))=Z/pZ
|
|
|