Tags inside a URLs

ekosistema

New Member
Hello and thanks for your reply,

I am using MaxBulk Mailer 7.9.1-ES for Mac.

I just found a curious solution, but I still would like to understand better the real cause of it.

I realized it works if I put a blank space before the variable value. So, using the same example as before, when I use the tags inside the url like that(with blank spaces) it works :
http://www.mysite.com/?name= [name]&lastname= [lastname].

After that I must use a trim($_GET["variable"]) in my script to have the exact value.

My clue is:
I believe 2 different scripts acts on the URL. One for adding the MLM piece of URL and another to replace the [Tag] by it's real value.
It seem that the script that parses the [Tags] is not recognizing it. Maybe it has something to do with charsets ? I am using iso-8859-1 as default right now. Since I don't have access to MaxBulk Mailer source code I can't figure it out.

Let me know if you have any different solution.
 

ekosistema

New Member
Is there a free update ?

Don't want be rude, but It should be working fine with the version I have.

I am happy with the features in this version and I don't feel like spending more money in a whole new software.

I belive it could be some kind of missuse of mine. Or maybe something fixable. Wouldn't MaxProg realease any fix patches ?

But buying a new one is not a option.
 
Top