For a message board program, I assign a message ID which uniquely identify each message and it is autoincrement as a new message created. But when times go on the message ID will become larger and larger. How to deal with this situation? Or is thereany other methods to uniquely identify a message in a message board program?