Forms are one of my biggest gripes. So tedious to create, check validation etc. I hate the fact if I check the form using javascript, I then have to check it using php server side.
I quite like AJAX in a form, however, the "check username" function is usually a good one.
Todd wrote:
Welcome back!
Forms are one of my biggest gripes. So tedious to create, check validation etc. I hate the fact if I check the form using javascript, I then have to check it using php server side.
I quite like AJAX in a form, however, the "check username" function is usually a good one.