On Sun, 19 Sep 2004, David Orlovich wrote: > I think you're just missing some double quotes (which you have to > escape). How about something like this: > > echo "<td><a href=\"mailto:", $row['Email'], "\">", $row['Email'], "</a></td>"; > > Cheers, David. Perfect!!! Many thanks. Pete -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php