I want the row to be in a link.
EXAMPLE: Getting Threads out of the database.
A row called "Help Please" Will be linked to whatever link I want.
Here's what I got. As you can see, It says "VIEW" and that's the link but I want the row beside it to be link so VIEW doesn't have to be there.
Here:
PHP Code:
echo $row['title'] . '<a href="/forum/viewthreads.php?id=' . $row['id'] . '">VIEW</a>';echo $row ['name'];