h, i have mysql table name "product" and i have three columns name id, categories, url_address.
My question is that when websit retreive list of categoreis how to write the code to create link to retreive url address from column name "url_address!
for sample
id categories url_address
3 toy www.website.com/toys.php
how can write that code when reterive name of categoreis and create auto link when person click on the categoreis link to redirect to that website!
please help thanks.
AM