- Impact
- 485
Here's what I want to do:
I have a PHP page with hundreds of product names listed. Next to each product listing is a "buy now" graphic.
When someone clicks on the "buy now" graphic, a new page opens. I want the product name to carry over to that new page so the product name can be displayed on the page.
I don't want to hard-code hundreds of different pages (one for each product). I want just one page that will display the product name that was selected from the previous page.
Preferably with PHP code.
Hope that's clear enough...
Any ideas? Thanks!
I have a PHP page with hundreds of product names listed. Next to each product listing is a "buy now" graphic.
When someone clicks on the "buy now" graphic, a new page opens. I want the product name to carry over to that new page so the product name can be displayed on the page.
I don't want to hard-code hundreds of different pages (one for each product). I want just one page that will display the product name that was selected from the previous page.
Preferably with PHP code.
Hope that's clear enough...
Any ideas? Thanks!





