wmguk Posted June 30, 2008 Share Posted June 30, 2008 Hey guys, Im running a double script, basically 1st code inserts somethings in to one table, and 2nd code inserts other vars in to the 2nd table, how can i find out what the autoincrement result was, so i can use it as a refnum in my second table? the info is table one. refnum (Auto) | name | colour | style | clear | special | pic | info table two refnum (Auto) | originalprod (this needs to be tbl1-refnum) | Size | Cost hope this makes sense.... so, how can i find out the value that mysql assigned the insert? Quote Link to comment https://forums.phpfreaks.com/topic/112581-solved-find-out-the-value-of-an-auto_increment-field/ Share on other sites More sharing options...
wmguk Posted June 30, 2008 Author Share Posted June 30, 2008 $refnum = mysql_insert_id (); Quote Link to comment https://forums.phpfreaks.com/topic/112581-solved-find-out-the-value-of-an-auto_increment-field/#findComment-578198 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.