Hi Rick!

You could also do something like the following (I'm assuming that the
http://www part isn't in $field already. . .).

=========================
print "<tr>";
 foreach ($row as $field)
 {
 print "<td align=center><a
href="http://www.$field/";>http://www.$field</td>";
 }
 print "</tr>";
=========================

Cheers!

-warren



for filter: query, mysql, bigint


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to