Posts Tagged ‘control’

Controlling Input with Mootools Javascript April 22nd, 2009 by Sheldon Lendrum

On a project that I was recently working on, I had a series of text input boxes that I wanted to be numeric only fields. I have my PHP form validation to check that the data is numeric before entering any information in to the database, and I always use mysql_real_escape_string() on the [...]