{% else-1 %}
(28 июл 2015, 19:16) (0/0) [0]
Sss1, у меня так 100 % работает
(28 июл 2015, 19:15) (0/0) [0]
Sss1, $q=mysql_query("SELECT * FROM `war` WHERE `status` = '1' ORDER BY `id` DESC LIMIT 1"*;
while ($post = mysql_fetch_assoc($q))
{
echo '
<div class="mess" style="background-color: #ffedc8;">
<img src="/war/img/mf-icon.png" /> <a href="/war/wars.php?id='.$post['id'].'">Война Полов</a> βeta
<table style="width: 100%;">
<tr>
<td style="width: 50px;">
<a href="/war/"><img src="/war/img/icon.png" /></a>
</td>
<td style="padding: 2px;">
<div style="padding: 2px;">
Девушки '.$post['female_r'].'%
</div>

<div style="position: relative; width: 100%; height: 4px;">
<div style="position: absolute; width: '.$post['female_r'].'%; height: 4px; background-color: #ffa8f4;"></div>
</div>

<div style="padding: 2px;">
Парни '.$post['male_r'].'%
</div>

<div style="position: relative; width: 100%; height: 4px;">
<div style="position: absolute; width: '.$post['male_r'].'%; height: 4px; background-color: #96ed94;"></div>
</div>
</td>
</tr>
</table>
</div>
';
}
(28 июл 2015, 19:08) (0/0) [0]
Sss1, война полов перезагрузка?
  • 1 из 1