What number textfield are you talking about?
Is it a html form field, a php text variable, a database column?
Please give us more exact information on what you want
Ronald :cool:
I have a table in a database which has a column 'serialnum' . I have created a php to insert values into the table. Now I want that when a user open that form a number is automatically generated in the textfield of serial number and if there is already a entry in the table the number next to that entry is generated in the textfield.
How can I do this?