| ■ [網站廣告管理] [企業標誌管理] [首頁形象圖片管理] [插入代碼管理] [計數器管理] | |
|
1000){
sendback('對不起,您插入的代碼太長了!不能超過1000字符');
}
$msql->query("update auto_user set code='$code' where userid='$AUTOUSERID'");
?> query("select code from auto_user where userid='$AUTOUSERID'"); if($msql->next_record()){ $code=$msql->f('code'); $code=$code." "; } ?> |
|