Файл: rban/rban/obdell.php
Строк: 14
<?php
include "config.inc.php";
include "fo.php";
include'ver.php';
include'valid.php';
top(utf_encode('Удалить объявление'),$style);
if($w=='wml'){print'<p>';} else {print'<div class="block2">';}
$q = mysql_query("select * from `obiav` order by id desc;");
if(empty($action)) {
while($arr=mysql_fetch_array($q)) {
echo "<a href="obdell_ok.php?action=del&id=$id&pass=$pass&go=dobi&mid=".$arr['id']."">".$arr['title']."</a><br/>"; }}
if($w=='htm'){print'</div><br/>';} else {print'<br/>';}
e();
?>