Date: 08/04/00
- Next message: darcy w. christ: "[phplib] authentication before cookie"
- Previous message: Lukas Zapletal: "[phplib] CT_NativePHP4"
- In reply to: Frédéric BERNOUD: "[phplib] How to know the id after add/update an entry"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
le 4/08/00 8:50, Frédéric BERNOUD à frederic.bernoud <email protected> a écrit :
> Could we know, after add an entry in database with phplib, the position
> of the cursor?
You can use the following SQL statement :
SELECT DISTINCT
last_insert_id()
FROM
table_name;
Nicolas
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: darcy w. christ: "[phplib] authentication before cookie"
- Previous message: Lukas Zapletal: "[phplib] CT_NativePHP4"
- In reply to: Frédéric BERNOUD: "[phplib] How to know the id after add/update an entry"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

