Hi,
Can anyone tel me how to get values from the database to work with mail to function??
I mean rather than giving like mailto:xxxxx@xx.com ,I want to take email ids from the database.How should I do it?
I did like this..
<a href = "mailto : $row."></a>
But its not working..:(
Please give a reply..Thanks