韩志成你给我俩等着

This commit is contained in:
2025-04-10 02:32:42 +08:00
parent 188fe51b24
commit 29c65ddc02
8 changed files with 599 additions and 27 deletions

View File

@@ -26,8 +26,8 @@
$strleft='insert into '.$table.' ('.ltrim($strleft,',').')';
$strright=' values ('.ltrim($strright,',').')';
$sql=$strleft.$strright;
//echo $sql;
//die;
// echo $sql;
// die;
db_query($sql);
return db_insert_id();