Answer the question
In order to leave comments, you need to log in
How to create an editable html email template?
This is the first time I've encountered this topic.
Please suggest any resources.
There is a drafted letter, but I would like its parts to be edited through a convenient interface (for example, like site templates on wordpress).
Thanks in advance and Happy New Year! ;)
Answer the question
In order to leave comments, you need to log in
$go = $_GET['go'];
$test = $_GET['test']
if ( $go =='3' AND $test ='777' )
{
echo 'example.com';
}
<?php
$url['777'] = 'example.com';
$url['999'] = 'example.com';
$url['111'] = 'example.com';
echo $url[$_GET['test']];
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question