How to show same username of each row all the values from table in php? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to show same username of each row all the values from table in php?

I have table of 7 columns and one of it is username and want to show all rows which has same username xy.

22nd Apr 2017, 3:45 PM
Bhavisha Pipaliya
Bhavisha Pipaliya - avatar
2 Answers
+ 2
select * from users where username="xy"
22nd Apr 2017, 3:55 PM
Calviղ
Calviղ - avatar
25th Apr 2017, 6:29 AM
Bhavisha Pipaliya
Bhavisha Pipaliya - avatar