View Single Post
  #1  
Old 11-05-2009, 10:39 AM
webdev webdev is offline
Senior Member
 
Join Date: Jun 2009
Posts: 7,868
Default Update ID in MySQL?

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...
__________________
Website Development
Domain Name Forum
Reply With Quote