php/html add link to table <TD>
Posted
by Stefan
on Stack Overflow
See other posts from Stack Overflow
or by Stefan
Published on 2010-05-24T20:13:00Z
Indexed on
2010/05/24
20:31 UTC
Read the original article
Hit count: 281
How can i add a link to my td tag from a table? onclick doesnt work for me :S, or maybe a good example :P
my td tag:
$world .= ('<td background="images/world/Heli.jpg" border="1"></td>');
link:
<a href="?site=world&action=showvillage&id=' . getVillageID(($xm2), ($ym2)) . '"></a>
thnx :D
© Stack Overflow or respective owner