tag
Form
- Validating Email AddressesValidating email addresses is one of those annoying little tasks that long-time PHP developers will need to …
- Abstract Form HandlingI’ve already gone over some basic form handling and form best practices with my last few posts, but …
- Best Practices with FormsThe last post about PHP form handling (forms with php) focused on the basics - the HTML syntax and simple PHP …
- Basic Forms with PHPHTML forms are a great way to collect information directly from your users. There are plenty of input options …