Easy PHP question about inserting?

Simon T

New member
So i am inserting a new row into the database . I want to echo the row number onto which it has been inserted to . How do i get this number after the insert ? Also i don't want to get the last row of the database but rather the one onto which the insert has been done .
 
Back
Top