Continued from page 1
Do you see
"$a" in
first bit of code and
"$b" in
second? For every custom variable you want to appear on your web page, just put that little bit of code with a different letter.
To explain it a little more, for every place
subscribers first name should appear, put "". For every place
subscribers last name should appear, put "". For every place
subscribers email address should appear, put "". And so on and so forth. Yes, you can use each bit of code as often as you want. No, it doesn't really matter that
first name is using
code with "$a" -- it could be "$h", "$p" or even "$z", just as long as each custom variable uses a different letter.
Now you will need to rename "choppers.htm" to "choppers.php". Some HTML editors do not open up .php files, so I suggest only doing a "save as" to a .php file. That way, you will still have "choppers.htm" to edit whenever you need to, then just do another "save as". Upload
.php file to your web host.
Now we need to create
link
subscribers will click on to get to
newly created "choppers.php" file. For this part, you need to know what codes your newsletter managing service/script/program uses to customize your emails. Just for this example, let's say two of them are ;First-Name; and ;Last-Name;.
When you write your email,
address of your sales page in
link you will create to go to it, will look like this: "yourdomain.com/choppers.php?a=;First-Name;&b=;Last-Name;". But when you send out your email to your subscribers, your newsletter managing service/script/program will fill in those codes with
subscribers first and last name. So when
subscriber clicks on
link,
address to your sales page will actually look like this: "yourdomain.com/choppers.php?a=Fred&b=Jones".
If you only cared to use
subscribers first name, you would only need to use "" in "choppers.php", and
address to that page in
link in your email would look like: "yourdomain.com/choppers.php?a=;First-Name;", and for your subscriber Fred, his link address would end up looking like: "yourdomain.com/choppers.php?a=Fred".
You have just now taken many steps in front of your competition. You are now able to market much more personally than most people think is even possible.
Copyright © by Palyn Peterson mailto:palyn@futureinternetmarketing.com

Palyn Peterson publishes the acclaimed Advanced Internet Marketing News. A professional newsletter with a refreshing perspective and a strong focus on no-cost techniques. http://FutureInternetMarketing.com FREE Tips, Tricks, Tools, Resources, eBooks, and More!