$ses=" where id>0";
if($_GET[st1]!=""){$ses=$ses." and ka like '%".$_GET[st1]."%'";}
if($_GET[st2]!=""){$ses=$ses." and mi like '%".$_GET[st2]."%'";}
if($_GET[sd1]!=""){$ses=$ses." and ifok=".$_GET[sd1];}
$page=$_GET["page"];if($page==""){$page=1;}else{$page=intval($_GET["page"]);}
pagef($ses,30,"yjcode_paykami","order by id asc");while($row=mysql_fetch_array($res)){
?>
}?>
$nowurl="paykamilist.php";
$nowwd="st1=".$_GET[st1]."&st2=".$_GET[st2]."&sd1=".$_GET[sd1];
include("page.php");
?>