我实际上想将茨夫档案输入一个数据库,而我的问题是,当我验证前列数据时,只有实际数据才能输入数据库。 如果某一行与实际数据类型不符,则该行应显示<代码>这一信息,不能在数据库代码>上仅使用php。
I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...