How do I send data using an html link

Posted on 16th Feb 2014 by admin

Hi

If I have
<a href="main_file.php">

How do I send data to main_file.php

I have a group of links that are created on the fly and I want to give each link a value so that I can retrieve more info out of my database on individual items.
I don't realy want to use forms and buttons / tick boxes etc.

I'm looking for something like
<a href="main_file.php" VALUE = $_A_Variable>
So that I can identify which link was selected.

Other forums