2:22
> To: '[EMAIL PROTECTED]'
> Subject: [PHP-DB] get the record id of the last addition in a table
>
>
> Hi:
>
> I've created a table. The fields are "id" (auto-increment, integer),
> "field1","field2),...
>
> When I do &q
EMAIL PROTECTED]'
Subject: [PHP-DB] get the record id of the last addition in a table
Hi:
I've created a table. The fields are "id" (auto-increment, integer),
"field1","field2),...
When I do "insert into mytable (field1..) values (...)", how to get in
r
Hi:
I've created a table. The fields are "id" (auto-increment, integer),
"field1","field2),...
When I do "insert into mytable (field1..) values (...)", how to get in
return the value of "id"?
Thanks
Jean-Louis