PDA

View Full Version : Links Directory Overriding MySQL Email link input.


johnstires
06-05-2006, 05:04 PM
I am bulk uploading email address via mysql to a custom field in the links directory.

This is and example of the code I upload. Oddly, this is the code when you view the source as well.:

<a href:"mailto:test@yahoo.com">Test</a>

However this is where the code actually links to.

URL="http://localhost/forums/../links/showlink.php?do=showdetails&l=401&catid=2"]Test[/URL

For some reason, the link I enter is being overrided by a link that links to the entry that the email data resides in.

It seems to be happening because I am using a "mailto:" link. Is there a different url that I can write that still acts as a "mailto:" link?