Orionsbelter Posted May 18, 2008 Share Posted May 18, 2008 help me stop people sigin up with bad name like dick here is the code for the username input box $reg_username = $_POST['reg_username']; Link to comment https://forums.phpfreaks.com/topic/106158-help-me-stop/ Share on other sites More sharing options...
wildteen88 Posted May 18, 2008 Share Posted May 18, 2008 You'll want to apply some validation. There is not a built in function for this you'll have to code it yourself. To remove offensive words from user data search google for php bad word filter tutorials. Very simple script to apply. Link to comment https://forums.phpfreaks.com/topic/106158-help-me-stop/#findComment-544137 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.