|
@@ -100,6 +100,7 @@ if ($dopost == 'bak') { |
|
|
$fs = array(); |
|
|
$fs = array(); |
|
|
$bakStr = ''; |
|
|
$bakStr = ''; |
|
|
//分析表里的字段信息 |
|
|
//分析表里的字段信息 |
|
|
|
|
|
$nowtable = str_replace("`", "", $nowtable); |
|
|
$dsql->GetTableFields($nowtable); |
|
|
$dsql->GetTableFields($nowtable); |
|
|
$intable = "INSERT INTO `$nowtable` VALUES("; |
|
|
$intable = "INSERT INTO `$nowtable` VALUES("; |
|
|
while ($r = $dsql->GetFieldObject()) { |
|
|
while ($r = $dsql->GetFieldObject()) { |
|
|