I need to know how to make PHP links...
Heres a snip of my table code...
echo "<tr><td>$name</td><td>$location</td><td>
$address</td></tr>";
<a href="$address">$address</a>
where $address is a link to an IP number which is stored as a varchar...
i tried inserting this in the table
<td> <a href="$address">$address</a> </td>
Any help would be awesome, thanks..
Lee