This should work... enjoy!
## code, using PEAR DB ## while ($q->fetchInto($row)) {
print (" <tr> <td width=90 align=center>" .$row[0]. "</td> <td><a href=FILES/" .$row[1]. ">" .$row[1]. "</a></td>
<td><a href=FILES/" .rawurlencode($row[1]). ">" .$row[1]. "</a></td>
<td>" .$row[2]. "</td> </tr> "); }; ## end of code ##
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php