Jump to content

[SOLVED] How do I make the data from this field a hyperlink?


derekbelcher

Recommended Posts

I have a table that displays the name, some info, and an email address of all members.  This is done in php with a sql database.  What I want to do is make the information that is stored in the email field linkable (like a mailto: in html).

 

Here is the code that is used to display that info:

 

echo "<td><div align='center'>" . $row['email'] . "</td>";

 

What do I need to add so that it becomes a clickable link capable of emailing?

 

Thanks.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.