input-validation.js
I wrote this script a long time ago to validate a form with required fields before it was sent.
As a nice feature it can validate from one label to multiple inputs and is capable of RegEx.
As a nice feature it can validate from one label to multiple inputs and is capable of RegEx.
input-error.js
Some user might have a problem to recognize which input field has an error.
This
This
.error class adds a pulsing border in a nice red color.
base.php
While writing a PHP based website, you'll need the base directory and the base url quite often.
First thing to load is
First thing to load is
base.php and BASEDIR, BASEURL and REMOTEIP are available on all sites.