On Monday 05 April 2004 04:00 pm, Matthew Oatham wrote: > Yes I agree I need some validation, dunno whether to do server or client > side validation.
*both* :) you should always do server side validation on any data, especially if you are going to be putting it into your database. Client side validation, can be helpful to the user, but is easy to bypass. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

