I want to get the value of clicked letter in PHP. For example if I click "A" in the HTML page, PHP should know that "A" is clicked. Note: all values take to the same PHP page.
<td><a href="FilmeA-Z.php" name="A">A</td>
<td><a href="FilmeA-Z.php" name="B">B</td>