php database retrieval help needed?

Jerry

New member
I need help with a php script that will retrieve data from a mysql database. I connect to my database using localhost, username, password. My database name is words. In my database table I have 3 groups: ID, Name, Food. I need the whole php code that will echo the Food that is in the same row of the Name.
 
Back
Top