how can i disable multiple user in the same password in my
website using any scripts
Answer Posted / 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 |
Post New Answer View All Answers
Tell me how to strip whitespace (or other characters) from the beginning and end of a string?
What are the different filter functions used to filter a variable?
What are php parameters?
What are the ways to define a constant in php?
Tell me how can we define a variable accessible in functions of a php script?
What is the goto statement useful for?
How many types of inheritances used in php and how we achieve it.
What is the use of strpos in php?
Is set in php?
What is $this in php?
What is include in php?
What are the differences between session and cookie?
Is php a mvc?
What is the use of final class in php?
What does mvc stand for and what does each component do?