MySQL Forums
Forum List  »  PHP

Re: MySQL / PHP mailto:
Posted by: Felix Geerinckx
Date: August 10, 2005 07:45AM

Jean-Jacques Bonvin wrote:

> $query = "SELECT _name, _firstname, _adress1, _adresse2, _function, _phone,
'<a href=mailto:xxx>email</a>', ide FROM core
> ORDER BY name";

Did you mean

SELECT CONCAT("<A HREF='mailto:", email, "'>", email, "</A>") FROM ...

perhaps?

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote


Subject
Written By
Posted
August 08, 2005 06:58AM
August 10, 2005 07:39AM
Re: MySQL / PHP mailto:
August 10, 2005 07:45AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.