quinyne Posted February 15, 2008 Share Posted February 15, 2008 I want to create a database: When adding a new record, “reference” is a required field that automatically fill-in by chronological order, but I want each “reference” used five time then move to the next reference sequentially. Can this be done and how? Link to comment https://forums.phpfreaks.com/topic/91181-can-this-be-done-and-how/ Share on other sites More sharing options...
clearstatcache Posted February 15, 2008 Share Posted February 15, 2008 i think you need to save ur current reference value to another table...something like a system_config table....and each time you save new data to your table, u access this table..... just a suggestion.....hehehe =) Link to comment https://forums.phpfreaks.com/topic/91181-can-this-be-done-and-how/#findComment-467299 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.