Get anchor tag “name” value in PHP and AJAX

knAlestA

New Member
I have a list of anchor tags, each one with an integer as "name" value and "#" as href value.When I click on the link, I would like to save the integer defined in "name" as a PHP variable without reloading the page.How should I write the code?
 
Back
Top