Hello

I'd like to know how can i search the database and display the whole row

i mean like i have a table called family it has fields ( ID "primary key",FirstName,LastName,Age)

i want to search the FirstName Field for john and display the FirstName and LastName and Age of each search result found in the FirstName Field

How can i do this in PHP?

I am sorry but i am a bit noew to mysql and i want to learn more

Thanks
Cheers