Search found 1 match
- Fri May 16, 2003 4:29 am
- Forum: PHP - Code
- Topic: Anchors or buttons in tables
- Replies: 1
- Views: 645
Anchors or buttons in tables
Hi there I'm trying to list some stuff from a database using a loop like this: while($row = mysql_fetch_object($result)) { echo ("<tr><td>$row->visitor</td><td>on $row->date</td></tr>"); } That works. Now, I'd like a simple and dynamic way to link up a new script by clicking on the table e...