Hello everyone. Hope someone is kind enough to help with this.
I have $results array, which contains product id’s corresponding to DB records.
I would like to generate a href link with that product id in it, where if user clicks on it, a web page is automatically generated by pulling results from the database based on that product id.
Problem:
I can’t figure out how to generate that type of a page without using POST or GET method.
Any response is much appreciated.
Magda.