Solution 1:
Use jQuery Validate plugin.
Solution 2:
Make a javascript validation function and call it on form onsubmit event. It should return false when invalid data is entered in the textboxes etc.
My be columns your are calling is not exists. check the columns carefully in table of the database.
Secondly try selected="selec ted" instead of selected
Leave a comment: