Below i made a MySQL Table in my phpmyadmin.
Click Here for a screenshot of my phpmyadmin table
I want to print on my php page the cat_name of a cat_id of my choosing. What code would i use exactly for that? I am looking at this guide here But i am not figuring it out completely maybe someone can guide me in the right direction?
Basically if i choose a row with cat_id 5 it should print out the cat_name associated with that cat_id.
How do i approach this?