เลือกภาพ หรือถ่ายภาพ
header('Content-Type: text/html; charset=tis-620');
include('../db_config.php');
$sql="select * from scpic_file where spc_scode='$sid' and spc_type='$time'
order by spc_id desc";
$result=mysql_query($sql);
if ($time==0) { echo "ภาพก่อนซ่อมแซม
"; } else { echo "ภาพหลังซ่อมแซม
"; }
echo "";
$rw=1;
while ($db=mysql_fetch_array($result)) {
echo "
$db[spc_pic]
| |
";
}
echo "
";
?>