while ($row=mysql_fetch_row($result)) //retrieve a row and store in array $row
{
for($i=0; $i<mysql_num_fields($result);$i++) //
echo ("<A HREF= "$row[$i]">"); // --> echo ("<A HREF='{$row[$i]}'>");
any way this is not the way to do that you want. -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php