Доброго времени суток. Не могу вывод написать групп на главную сайта.
этот код с сайт.ру/papka/index.php
<?php
$set['p_str'] = 7;
$k_post=mysql_result(mysql_query("SELECT COUNT(*) FROM `group`"
,0);
$k_page=k_page($k_post,$set['p_str']);
$page=page($k_page);
$start=$set['p_str']*$page-$set['p_str'];
if ($k_post==0){echo '<div class="white">Группы отсутствуют!</div>';}
$q=mysql_query("SELECT * FROM `group` ORDER BY `users` DESC LIMIT $start, $set[p_str]"
;
while ($data = mysql_fetch_assoc($q)){
$neww=mysql_result(mysql_query("select count(*) from `group_lenta`, `group_users` where `group_users`.`user`='".$user['id']."' and `group_lenta`.`group`=`group_users`.`group`and `group_lenta`.`group`='".$data['id']."' and `group_users`.`time`<`group_lenta`.`time`;"
,0);
$new1 = ($neww!=0) ? '<font color="red">+'.$neww.'</font>' : '';
$lenta_userr=mysql_result(mysql_query("select count(*) from `group_users` where `user`='".$user['id']."'"
,0);
echo '<table cellspacing="0" cellpadding="0" width="100%" ><tr>
<td class="lines" width="10%"><div class="pagebg48">';
echo group_img($data['id']);
echo '</div></td>';
echo '<td class="lines" width="90%" >';
echo'<a href="'.$data['id'].'">';
echo ''.$data['title'].'</a> '.$new1.'<br/>
<span style="font-size:12px;color:#757575;">'.$data['users'].' участников</span> <br/>';
echo '</td></tr></table>';
}
if ($k_page>1)str("index.php?act=index&",$k_page,$page);?>
Мне нужно переписать его чтоб вставить в сайт.ру/index.php
Буду благодарен за помощь. С выводом через post у меня что то туговато выходит