+ 1
So my registration box accepts data and displays on my database but don't not filter out already used data
php and SQL code
1 Answer
+ 1
look up the table first (SELECT) if the account is exist, continue creating new account (INSERT INTO)
php and SQL code