假设有这样一个表单
[html]
<input type="hidden" name="MAX_FILE_SIZE" value="200000" />
<th><label for=&quo[......]
假设有这样一个表单
[html]
<input type="hidden" name="MAX_FILE_SIZE" value="200000" />
<th><label for=&quo[......]
[php]
<?php
//读取数据
include('./common.php');
$old_username = 'Jiay';//旧用户名
$new_username = 'JJAY';//新用户名
$_SGLOBAL['db']->que[......]