Quote:
Originally posted by rdove
Not with a checkbox.....
|
of course with a checkbox:
Code:
<input type="checkbox" name="doDelete" value="1 'go drop table table1 " />
assuming its an mssql db..
you should always *ALWAYS* replace any instance of a ' in your forms values...