| Direktori : /var/www/vhosts/ccp.ac.th/smtp.ccp.ac.th/httpdocs/new/sp/admin/ |
| Current File : /var/www/vhosts/ccp.ac.th/smtp.ccp.ac.th/httpdocs/new/sp/admin/edit_la.php |
<?php
include '../db/database.php';
$lahistoryID = $_POST['id'];
$sql = "SELECT * FROM la_history
WHERE (`lahistoryID`='$lahistoryID') ";
$result = mysqli_query($link, $sql);
$row = mysqli_fetch_array($result);
echo json_encode($row);