Hi,
I have a page which lists a table of products, generated from a
MySQL Query.
I want the user to click on a line (product) and to be directed to the next page (built in PHP) which shows that product, based on the field "product_id" (which uniquely identifies the product).
The "next page's" name is
/source/product_show.php.
I know I have to programatically generate a
in the product list table - which sends the
product_id bit to the next page (product_show.php) -
BUT I DON'T EXACTLY HOW.
I mean, what exactly should there be in the <a href=... > tag ?
Thanks in advance,
Mike