1
hi all. here's a beginners php question. i want to display "magnet" as a link instead of just text. how to do that? i keep screwing it up. tia.
...
while ($row = $xoopsDB->fetchArray($resultMagnet)) {
echo 'Name: ' . $row['name'] . ' Hash: ' . $row['hash'] . ' Magnet: ' . $row['magnet'] .
' IP: ' . $row['ip'] . ' Port: ' . $row['port'] . ' Uploaded: ' . $row['uploaded'] .
' Downloaded: ' . $row['downloaded'] . ' Incomplete: ' . $row['incomplete'] . "
" . "\n";