In my HTML document I have two text fields, the first one's name is 'name' and the other one's is 'number'. Via these two text fields and a Submit button I enter the name and the number of the person, which are then entered automatically in a MS Access' MDB database via a PHP script. What should...