This shows you the differences between two versions of the page.
|
Newsletters:Using_variables [2012/01/25 09:27] admin |
Newsletters:Using_variables [2012/01/25 09:28] (current) admin [Special Variables] |
||
|---|---|---|---|
| Line 182: | Line 182: | ||
| ===== Special Variables ===== | ===== Special Variables ===== | ||
| - | **[%%--%%remote_call_get%%--%%]** This will call out to a script on your server and replace itself with the content from your server. You can pass along the variables from your account here to that script for customized output. Ex. [--remote_call_get_utf-8_http://www.yourdomain.com/yourscript.php?email=[--email--]--] You must include the "get" and the encoding which in this example is "utf-8". The encoding is the encoding your webserver is using. | + | **[%%--%%remote_call_get%%--%%]** This will call out to a script on your server and replace itself with the content from your server. You can pass along the variables from your account here to that script for customized output. |
| + | |||
| + | Ex. | ||
| + | <code> | ||
| + | [--remote_call_get_utf-8_http://www.yourdomain.com/yourscript.php?email=[--email--]--] | ||
| + | </code> | ||
| + | You must include the "get" and the encoding which in this example is "utf-8". The encoding is the encoding your webserver is using. | ||