I cant think right now... I'm trying to write a piece of code that will go into the mysql and search through id and find the largest number so i can add 1 to it to create a new id number. can someone give me some ideas? thanks.
use the MAX() aggregate function. however, if your field is set to auto_increment then all this will happen automagically.
oh, ok.. thanks i'll try out the autoincrement