Forums
This topic is locked
Mailto link is empty
Posted 31 Jul 2006 00:28:38
1
has voted
31 Jul 2006 00:28:38 rob hewitt posted:
I have a test site listing Dance venues dynamically using MySQL & PHP & included in the venue details are web address & email address. The web address displays correctly & the link to the website works fine.The email link however, has a problem. The mailto link displays the correct email address & a new email window is opened when clicked but the 'To' address is empty.
Code below :
<td>Email Address : <a href="mailto:<?php echo $row_RSVenues['EmailAddress']; ?>"><?php echo $row_RSVenues['EmailAddress']; ?></a></td>
Any ideas ?
Replies
Replied 31 Jul 2006 00:39:25
31 Jul 2006 00:39:25 rob hewitt replied:
Apologies- I'm using Dreamweaver 8.02.
The output of the resluting php page looks like this.
<td>Email Address : <a href="mailto:"> </a></td>
The output of the resluting php page looks like this.
<td>Email Address : <a href="mailto:"> </a></td>