.Form General

Simple form: Submit to same page, see here onSubmit E.g. onSubmit=”return capCheck(this);” means call the javascript function called capCheck PHP Handle Form

Read More

Date input fields

Supported by some HTML5 browsers which will display a date picker datetime db field from date picker When handling form submission In the form

Read More

Refresh after form POST

This is a solution to the problem of pressing refresh after posting a form causing a "resubmit form information message box" for the user.  This simply causes the page to reload and can be placed after handling the POST actions if ( isset($_POST[‘action’])) { //—– AFTER ANY POST RELOAD THE PAGE SO REFRESH CAN BE USED —– […]

Read More