Jump to content

[SOLVED] simple email script question


JTapp

Recommended Posts

All of a sudden I'm getting the following characters after somebody clicks on my email links:

</td><td class=

 

for example - they would click on the email link, it would open up a new email message and look like this:

 

[email protected]</td><td class=

 

Do you guys know how I can fix this?  Here is my line of code:

$variable12=$row["Email"];

 

Link to comment
https://forums.phpfreaks.com/topic/127568-solved-simple-email-script-question/
Share on other sites

Geez.. I just can't remember doing this.. I did it last year sometime.

Here is more code I'm using .. its just giving me trouble

 

        echo "<td class=\"td_id\">$variable4</td>\n";

 

echo "<td class=\"td_id\"><a href=\"mailto:$variable5\</td>\n";

 

 

        echo "<td class=\"td_id\">$variable5</td>\n";

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.