How to show same username of each row all the values from table in php? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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 Respuestas
+ 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