I have a form that calls my php code to update my MySQL db. Is there a function to send back info the the form elements? I would like to clear my form will I'm in the PHP code and not have to use javascript as a method to clear the elements.
-Tony
unless you have other code that pre-populates the fields then when your form is submitted and re-loaded the fields should revert to there default values.