php: get id for insert
php: get id for insert
- Started
- Last post
- 3 Responses
- ldww
whats the trick to get the id for the field you just inserted into a database without having to query the db again?
- JasonFarrell0
mysql_insert_id()
- ldww0
bingo.
thanks
whats the trick to get the id for the field you just inserted into a database without having to query the db again?
mysql_insert_id()
bingo.
thanks