making a link field

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
sirTemplar
Forum Commoner
Posts: 65
Joined: Wed Dec 18, 2002 1:57 am

making a link field

Post by sirTemplar »

help again!

this is the code:
echo "<table border=0 cellpadding=2 cellspacing=0 style=border-collapse: collapse bordercolor=#111111>";
echo "<tr><td><b><font face=Verdana size=2 color=#0000FF> Fullname: </font></b></td>
<td><font face=Verdana size=2 color=#800000>{$row['CNOMEN']}, {$row['NOMRL']} ({$row['NOMBL']})</td>
<td></td>
<td><b><font face=Verdana size=2 color=#0000FF> Email: </font></b></td>
<td><font face=Verdana size=2 color=#800000>{$row['EMAIL']}</td>
</table>";
it appears like this:
Fullname: Macleod, Vincent Email: templar@templar.net.
how do i make the email as an email link. on my output it is not as linkable as above!

thanks again
pistolfire99
Forum Commoner
Posts: 58
Joined: Thu May 23, 2002 3:18 pm

Post by pistolfire99 »

Hey,
Check this link, might be of help...

http://www.phpbuilder.com/board/showthr ... ilto+email

Good Luck,
sirTemplar
Forum Commoner
Posts: 65
Joined: Wed Dec 18, 2002 1:57 am

thanks

Post by sirTemplar »

thank you! i was able to figure it out through the link you gave! all the best! ciao!
:D

sirTemplar
Post Reply