Forum Moderators: coopster
What I need to do is to display the corresponding cat_name for the id in the URL. Is this easy? Where do I start? How do I get to learn all this stuff?!
Thanks for your help for such a newbie question!
Should do the trick.
You are basically firdt of all connecting to the database and then running a query which is to select the category name from the database categories when the id matches the cat_id sent by the server.
$myrow then fetches the result from that row and the Echo returns the result to output to the browser.
Havent tested it though.:-)