So my registration box accepts data and displays on my database but don't not filter out already used data | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

10th Oct 2019, 1:02 PM
flora olori
flora olori - avatar
1 Answer
+ 1
look up the table first (SELECT) if the account is exist, continue creating new account (INSERT INTO)
10th Oct 2019, 1:16 PM
Taste
Taste - avatar