Let's say I have this column in a database:
ID | Name
2 | Snike
Is it possible to have a php script update the ID number to the next available ID number? If in the example above there were 2 more column and the largest ID being 4, the script would update the ID from 2 to 5.
Can I do this? Thanks in advance.
ID | Name
2 | Snike
Is it possible to have a php script update the ID number to the next available ID number? If in the example above there were 2 more column and the largest ID being 4, the script would update the ID from 2 to 5.
Can I do this? Thanks in advance.
Last edited:







