Jump to content

[SOLVED] get back the row i just added.


severndigital

Recommended Posts

ok ... so let say i have an sql statement

$sql = "INSERT INTO table (firstName,lastName,userName,password) VALUES ('$firstname','$lastname','$username','$password')";
//then i do the query

$add = mysql_query($sql);

 

this there a mysql statement i can use to retrieve the primary key value for the line i just added?? or better yet a statement that i can use to call ANY field from the line i just added.

 

I was hoping for something that works like mysql_rows_affected() .. where i don't need to do any extra calls to mysql

 

Thanks,

-C

 

 

Link to comment
https://forums.phpfreaks.com/topic/131339-solved-get-back-the-row-i-just-added/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.