I have a script which reads in certain values from a database, then displays a series of product names on a webpage. They are displayed as individual hyperlinks.
I have a second script which is designed to retrieve certain info from the database, based on the value of the selected hyperlink in the first script. So when a hyperlink is selected in script 1, the value is read in by script 2.
How can I achieve this? I have looked at $_POST but all the examples I have require me to create a drop down or text box, and I don't want either of these, just the hyperlink list.
Any assistance would be much appreciated.