[PHP-DB] Dynamic Email Address in an HTML table

2004-05-09 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Hello, I have a page displaying the results of a query from a mysql database. The final field displayed is an email address (in text datatype from the table). How can I create the email address in the field as a hyperlink to the email address? Since my query loops through the database and

Re: [PHP-DB] Dynamic Email Address in an HTML table

2004-05-09 Thread John W. Holmes
PHPDiscuss - PHP Newsgroups and mailing lists wrote: How can I create the email address in the field as a hyperlink to the email address? How would you create the link normally? a href=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/a right? Now if $row['email'] is equal to [EMAIL PROTECTED] or