Re: [PHP-DB] Table formatting a link from a mysql query result

2002-09-05 Thread Aaron Merrick
Brad, Thanks a million! That does the trick. Aaron On 9/5/02 3:38 PM, "Brad Bonkoski" <[EMAIL PROTECTED]> wrote: > $variable_to_be_passed = 'some value'; > echo "I am a > link"; > > I think this should do it, not quite sure what you mean by wrappinga > table cell in a anchor tag? Of course i

Re: [PHP-DB] Table formatting a link from a mysql query result

2002-09-05 Thread Brad Bonkoski
$variable_to_be_passed = 'some value'; echo "I am a link"; I think this should do it, not quite sure what you mean by wrappinga table cell in a anchor tag? Of course if you need to use the results of a database, this can be done too with the same method. HTH -Brad Aaron Merrick wrote: > All

[PHP-DB] Table formatting a link from a mysql query result

2002-09-05 Thread Aaron Merrick
All, How can I display the results of a table so that the first field (column) is a link to another page that shows the details of that row? Issue #1, I have to wrap the cell contents in an http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php