Why I need the autoid is for the following:
I have 4 image upload fields. The value of the id field creates the beginning of the uploaded file name. The reason for this is that you can easily see what uploaded files relate to what quotation.
Or is there a way I can declare the autonumber field of the database as a variable within my php code. The autonumber does not have to be displayed but needs to be available within the code.
Hope this makes sense.