You brought out some really good points so thank you. This is the gist of what I am doing:
I made a form for my school's library so staff and faculty can order a book. the form gets loaded into a database so long as the required fields are filled. and the field information is valid.
This is the part I am unsure of...what should I do after the stuff has been loaded in the database, like what are my options. I was thinking of routing them to a differnet page, but I can't since the header function won't work in the area of code where I need it. So I am not sure what to do at this point.
I thought about putting a max amount of times on the form so the user won't be a jerk and keep hitting the submit button over and over and thus filling up the tables in my database.
Hope I didn't confuse you and am looking forward to your reply.