Display a set_message for each bad wor found in string |
When the user types in a couple of word lets say ban and bad in string.
How could I get my set_message() to out put error message for each word found. Currently only displays one message. PHP Code: <?php
There's only one rule - please don't tell anyone to go and read the manual. Sometimes the manual just SUCKS!
|
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
|