Please I want a to Select A particular User Details whose Details appear in a Database Table 10 times.
Please I want to select from SQL Database Table Where a username="...." of Which the "..." is the Text-box or Input fill the user will enter his username.
Below is My SQL Query:
(Select*From User where username="........";)
Please Help Me