bunny1
03-10-2007, 02:17 PM
I am displaying data from the database in a table using "echo"
I want to make one of the data entries a link.
When i use the <a> tag within php it doesnt work.
Here's the code i'm trying
echo "<td width = 20% class = style6><a href = updatecheck.php?name=". $link;">" . $row['Name'] . "</href></td>";
I've checked all the variables and they work
Any ideas?
I want to make one of the data entries a link.
When i use the <a> tag within php it doesnt work.
Here's the code i'm trying
echo "<td width = 20% class = style6><a href = updatecheck.php?name=". $link;">" . $row['Name'] . "</href></td>";
I've checked all the variables and they work
Any ideas?