How to prevent duplicate Usernames in php/mysql

后端 未结 4 1511
滥情空心
滥情空心 2021-01-17 04:47

(This is my first try with php)

I have a very basic register page. http://graves-incorporated.com/test_sites/member_test/register/register.php

* I j

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-17 05:33

    Which DB driver are you using? Are you looking for DB errors? Some of them just happily sail past any DB errors and you have to call a function specifically to check for DB errors. your DB should throw an error on duplicate data, and you can pick that error up and alert the user.

提交回复
热议问题