hi all, does anybody can tell me how to insert data to specific id which mean that i want to store record to mysql which is not follow the last link identifier "ID"
Currently my database had 10 record, if i insert next data to mysql which the key id will increment to 11, but i want store the record to key id 20, leave the 11-19 blank.
Is it possible ?
The other question is how to override the record and how to prompt alert before override.