Display a set_message for each bad wor found in string |
09-30-2016, 04:17 AM
(This post was last modified: 09-30-2016, 05:44 PM by InsiteFX. Edit Reason: fix badwords mistake. )
Rough try, not tested see if it will get you started.
Old saying get it to work first then throw in all the bells and whistles. PHP Code: class MY_Form_validation extends CI_Form_validation { What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Messages In This Thread |
Display a set_message for each bad wor found in string - by wolfgang1983 - 09-30-2016, 01:07 AM
RE: Display a set_message for each bad wor found in string - by RogerMore - 09-30-2016, 02:15 AM
RE: Display a set_message for each bad wor found in string - by salain - 09-30-2016, 02:20 AM
RE: Display a set_message for each bad wor found in string - by wolfgang1983 - 09-30-2016, 01:11 PM
RE: Display a set_message for each bad wor found in string - by RogerMore - 09-30-2016, 02:55 AM
RE: Display a set_message for each bad wor found in string - by InsiteFX - 09-30-2016, 04:17 AM
RE: Display a set_message for each bad wor found in string - by wolfgang1983 - 09-30-2016, 01:11 PM
RE: Display a set_message for each bad wor found in string - by RogerMore - 09-30-2016, 04:54 AM
RE: Display a set_message for each bad wor found in string - by InsiteFX - 09-30-2016, 05:49 PM
|