Server : LiteSpeed
System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User : outerorb ( 1091)
PHP Version : 8.1.34
Disable Function : mail
Directory :  /home2/outerorb/zapnixinc.com/admin/

📁 Create New:
⬆️ Upload File:
Current Dir [ Writable ] Root [ Writable ]


OR Upload from URL:
URL: Save as:

📄 File: ajax99.php

Path: /home2/outerorb/zapnixinc.com/admin/ajax99.php

Size: 489 B

Permissions: 0644

<?php
include_once("../include/main.inc.php");
$admin_type = $_REQUEST['cityid'];	
?>
<select name="locality">

<option>Select Sub cat</option>

<?php

 $sql_tl=mysqli_query($dbconn,"select * from category_tbl where parentID='$admin_type'");

 

 //echo "select * from category_tbl where parentID='$admin_type'";

 while($qq_res=mysqli_fetch_array($sql_tl))

 {

 ?>

 <option value="<?php echo $qq_res['catID'];?>"><?php echo $qq_res['catName'];?></option>

 <?php

 }

 ?>

</select>




← Back to Directory Edit File 🔒 Chmod

WP File Manager