View Single Post
  #4 (permalink)  
Old 01-22-2008, 01:53 PM
agilius agilius is offline
WMG Newcomer
 
Join Date: Jan 2008
Posts: 43
iTrader: (0)
agilius is on a distinguished road
Default

MySQL has nothing to do with forms :P A server side script gets the data from the forms, validates it and sends it to the database if instructed to do so.

HTML alone can't work with forms. It can just show them. To validate a form it's best to use a Client Side Scripting Language like JavaScript.
Reply With Quote
Sponsored Links
Register and sign in to hide this ad block