Hi;<br>I have a dynamic form in which I do the following:<br>1) Request two fields (company name, number of entries). That is sent back to the form.<br>2) If the two fields are not None, the form requests other data. That, too, is sent back to the form.<br>
3) That new data is then entered into a MySQL table.<br>The problem is, that when I go back to refresh the form, the data is re-entered into the table! How do I prevent that?<br>TIA,<br>Victor<br><br>