Archív pre tag ‘form‘

Build a Neat HTML5 Powered Contact Form

09.06.2011, Kategória: Napísali v zahraničí, Autor , Tagy: , , , Komentáre sú deaktivované

In this tutorial, we are going to learn how to create a swanky HTML5 AJAX powered contact form. The form will use some of the new HTML5 input elements and attributes, and will be validated using the browser’s built-in form validation.
We will use jQuery and Modernizr to help out with the older browsers, and PHP on the server side to validate the input.

Čítať ďalej originálny článok

How to Code a Signup Form with Email Confirmation

16.11.2010, Kategória: Napísali v zahraničí, Autor , Tagy: , , , , Komentáre sú deaktivované

In this tutorial, we are going to be creating a user signup form that adds a user to a database, and then sends out a confirmation email that the user must click on before their account will be activated.

Čítať ďalej originálny článok

Smart Web Form Validation with PHP

08.11.2010, Kategória: Napísali v zahraničí, Autor , Tagy: , , Komentáre sú deaktivované

An interesting way to validate web forms with PHP that completely separates logic and presentation that’s easy for both developers and designers to implement.

Since I’ve been working on my CMS the past few days I’ve been on a little PHP trip. I’ll probably be writing a few PHP posts over the next week or so, intermingled with other topics of course. This tutorial should help you build smarter web forms with PHP and save you a ton of time.

Čítať ďalej originálny článok