I am displaying a collection of items from DB with the anchor link to it, with GET type url. When I click a submit button, I get back the DB values. The values get displayed...I checked with firebug... the HTML shows the anchor tag, but the values doesn't seem to have any link with it.\[code\]echo "<tr> <a href='http://example.com/free/action.php?me='".$me."''> <td style='width: 200px;'>".$name."</td> </tr></a>";\[/code\]The syntax seems to be fine, firebug shows the \[code\]<a>\[/code\] tag also, but there is no link. I want this so that I use this value in ajax get url.