How to create a proper link in email messages

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,,
I need to send an email with a link, but when the link comes in the 
email the signal = is changed to %3d in front of the parameter name, so 
I cant get the parameter value.
How can I make that correctly?

I am doing this:

PHP code to create the link:
$link_email = 
htmlentities("http://_MY_SERVER_/new_member.php?CODE=".$enc_text);
$text .= "<a href='$link_email' target='_blank'>Click here</a><br><br>";
...

I send this in the message:
http://_MY_SERVER_/new_member.php?CODE=5koptfNLDAmxmP/lkLucPv/RQRrmw3rYyVN2FCNVphvOZx/AYhEPVAXmA/DWhkaV

But when the message is opened the link created is:
http://_MY_SERVER_/new_member.php?CODE%3d5koptfNLDAmxmP/lkLucPv/RQRrmw3rYyVN2FCNVphvOZx/AYhEPVAXmA/DWhkaV

Then when I try to get the CODE value in the new_member.php page I get 
nothing.

What is wrong with that?

Thanks
F.



PHP Data object relational mapping generator
http://www.metastorage.net/ 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-objects/

<*> To unsubscribe from this group, send an email to:
    php-objects-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Soap]     [Kernel Newbies]     [Yosemite]     [Yosemite Campsites]

  Powered by Linux