1
2
3
4
5
6
7
8
9
10
11
12
13
|
<? include("category/opcommon.php");
$mac = $_REQUEST['mac']; $app_code = $_REQUEST['code'];
$isql = "update macs set frst_rgst_dtm = now(), bigo = CONCAT(bigo, ',µ¥¸ð±â°£¿¬Àå') where mac_addr = '{$mac}' and app_code = '{$code}' "; mysql_query($isql); //µ¥¸ð±â°£¿¬Àå ?> <SCRIPT LANGUAGE="JavaScript"> parent.alert("¿¬ÀåµÇ¾ú½À´Ï´Ù"); parent.location.href = "DemoFill.php?pg=1"; </SCRIPT>
|