View Single Post
  #2  
Old 03-06-2021, 02:04 PM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 87,053
Kyttias is on a distinguished road
Default

This is already the case with the user and pet id columns in the database. ? By default, these are incremental and each one will be one digit more than the last one and the id will never change under any circumstances. For example, you can display a user's id by calling it from the database with $mysidia->user->uid (referencing the uid column).
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.
Reply With Quote