Author Topic: How to pass custom HTML msg codes  (Read 3505 times)

support6

  • Posts: 2
    • View Profile
How to pass custom HTML msg codes
« on: December 17, 2004, 07:09:43 am »
I saw some sample code on this forum for using a re-direct and custom HTML on the sign-up confirmation page. However, after the visitor is redirected, I'm having trouble displaying the msg code info (i.e. !fname) on the new page. Can you give me a snippet of sample code that I should be using?

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
How to pass custom HTML msg codes
« Reply #1 on: December 19, 2004, 11:40:39 pm »
To do this you would have to add a "GET" style variable to the redirected-to URL.

ie:

http://site.com/page.html?email=!email

Depending on your server configuration you may or not be able to output the data on your page like this:

<?php echo $email; ?>
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting