However, I'd like to solve this another way.
The form forwards to a php file (the same, actually) which stores the data into the database and then sends a Location-Header to reload the page without sending the post data again. This works as expected on Internet Explorer, but Mozilla Firefox asks the user if the post data should be sent again, and if he clicks OK, the data is stored again into the database.
My actual question now is the following:
Can this be done using the second approach (and what do I have to do different to make it run on Mozilla Firefox, if so), or do I need to do use the first method?
Alternative ways are ok, too
Thanks in Advance,
OregonGhost