$printLn Posted April 2, 2008 Share Posted April 2, 2008 How i do auto increment columns every time a new value is stored in the database? Link to comment https://forums.phpfreaks.com/topic/99247-auto-increment-of-columns/ Share on other sites More sharing options...
fenway Posted April 2, 2008 Share Posted April 2, 2008 If you define the column as AUTO_INCREMENT, it will do it for you if you pass it a NULL value. Link to comment https://forums.phpfreaks.com/topic/99247-auto-increment-of-columns/#findComment-507792 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.