Пример #1
0
     <input type=checkbox name=see[] value="prim"<?php 
    OUT($seeu[8]);
    ?>
>Примечание       
     <input type=checkbox name=see[] value="nick"<?php 
    OUT($seeu[9]);
    ?>
>Ник
   </td></tr>
 </table>
 <div align=center><input type=submit class=button value="Найти"></div>
 <?php 
}
if ($search == "list") {
    $BILL = new CBilling($GV["dbhost"], $GV["dbname"], $GV["dblogin"], $GV["dbpassword"]);
    $list = $BILL->FindUsers(strtolower($searchstr), $see, $gid);
    if (count($list)) {
        ?>
  <table width=100% class=tbl2>
  <tr>
  <td class=tbl1>№</td> 
  <td class=tbl1>Логин</td>
  <td class=tbl1>ФИО</td> 
  <td class=tbl1>Трафик</td>
  <td class=tbl1>Время</td>
  <td class=tbl1>Действия</td>  
  </tr>
  <?php 
        $USR = new CUsers($DIRS["users_data"], $DIRS["users_list"], $DIRS["users_private"], $DIRS["users_groups"], $DIRS["users_online"]);
        $USR->SetSeparators($GV["sep1"], $GV["sep2"]);
        for ($i = 0; $i < count($list); ++$i) {