how can i disable multiple user in the same password in my
website using any scripts
Answer / vijay
By 2 options
1. Do programmatic validation while creating new users
2. Or make password column as unique at database level
| Is This Answer Correct ? | 14 Yes | 0 No |
How do you connet mysql database with php?
Explain mysql_error().
What are static variables in php?
Explain the difference between session and cookies in php?
How to create an empty array in php?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
What is the major php security hole? How to avoid?
What is the use of super-global arrays in php?
How to compare two strings with comparison operators in php?
Which function will you use to create an array?
What is the difference between $message and $$message in php?
Which cryptographic functions in php returns the longest hash value?