cleanup, docs
This commit is contained in:
@@ -13,7 +13,5 @@ Returns the last automatically assigned row ID used by the current MySQL connect
|
||||
|
||||
This is typically used after an `INSERT` into a table with an `AUTO_INCREMENT` primary key.
|
||||
|
||||
Related:
|
||||
|
||||
- PHP: modern database access through `mysqli_*` or PDO methods rather than the old `mysql_*` family
|
||||
- JavaScript / Node.js: clients such as `mysql2`, query builders, or ORM adapters
|
||||
:example
|
||||
print("mysql_insert_id is resource-bound; configure the service or connection, then call it in request code.\n");
|
||||
|
||||
Reference in New Issue
Block a user