View Single Post
Old 12-20-2007, 10:23 PM   #16 (permalink)
Aaron
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default

Okay, I think I might have had this answered several times... But... How exactly would I compare that stuff? The ereg/eregi function is really confusing O.o.


So sanitize everything with eregi? so like...
Code:
if(!eregi(A-Z0-9,$name)) {
    echo "Usernames can only be alphanumeric, please correct this.";
}

Also, the domain checker was mostly tutorial code. How exactly did you do that?
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote