I have a very simple PHP script, something like:
while ($condition){
echo "<a href="thanks.php?id=".$id."> THANKS </a>";
}
Of course, I have a bit more code but it doesn't matter. Once I had created this piece of code, the script sends an email to the user.
THE INBOX
The links are okay in every single line, except the LAST ONE shows the link this way:
tha nks.php?id.....
It adds a space in between the code.
This only happens with hotmail. Gmail, yahoo, and everything else work just fine.