Browse posteets
About
Contact us
Log In
Register
View: Récupérer le dernier id inséré
Récupérer le dernier id inséré
11 months ago
by
xillon
and saved by
1 other
<?php
mysql_query
(
"INSERT INTO table (nom_table) values ('ex')"
)
;
$dernier_id
=
mysql_insert_id
(
)
;
echo
$dernier_id
;
?>
mysql
php
View source
0 comment
about "Récupérer le dernier id inséré"
Tags
mysql
php
0 comment about "Récupérer le dernier id inséré"