doddsey_65 Posted October 12, 2010 Share Posted October 12, 2010 i have some code which sends a confrim link via the posted email. In hotmail it works fine, once the link is clicked they are confirmed but gmail adds %09 to the link making it break. example WHERE hash = their email hashed posted email = [email protected] confirm link(hotmail) confirm.php?email=HASH&[email protected](works) confirm link(gmail)confirm.php?email=%09HASH&[email protected](Doesnt work) anyone know why gmail does this? Link to comment https://forums.phpfreaks.com/topic/215668-gmail-confirm-email-problems/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.