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']; Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.