| This is the normal php page, which has input boxes
|
\/

This is in the MySQL Database, and see the ID 1? which is in the ID column? |when there is a new entry, the ID would be +1, which would be 2, and the third one down would be 3, basically add 1 to the last ID in the table... So in other words, it will find look at the last column, and the last ID number, and add 1 to it, and insert the next number on the next line down!
\/

-FlightFanatic