Hi All...
Any way to auto-increment the last inserted numerical value in the field "id" and then insert the newer value (id+1) in the database upon submitting the form ??? ...... How do i resolve that last submitted "id" ?? .....
I thought of doing that using a txt file as a counter but is this the only way ???