Forum Moderators: coopster

Message Too Old, No Replies

PHPList Questions

         

ganderla

12:00 am on Dec 13, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I am trying out phplist for the first time and I have a quick question. Is there a way to put unique subid's in the URL that is in the message? It might be pretty simple beacause I want the sub id to be the email address I send it to. For example, the link would be:

www.example.com/newsletter?subid=#*$!

but when the user gets the mail the URL would be:

www.example.com/newsletter?subid=users.email@example.com

coopster

4:58 pm on Dec 14, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I don't quite follow what you are asking but there is a PHP function called urlencode() [php.net] that you may want to have a look at.

Another function that may be of interest is uniqid() [php.net]