adspace


How to implement validations in codeigniter?

Answer Posted / Mohd Shahnawaz Qureshi

Validations can be implemented using the Form Validation Class. You need to load this class in your controller, set validation rules, and run the validation function before saving data to the database.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to add / link an images/css/javascript from a view in ci?

717