php subject missing special character missing solved
$subject = "=?ISO-8859-15?Q?".imap_8bit("Deine Buchung für die Allgäuer Berufsoffensive")."?=";
$subject = "=?ISO-8859-15?Q?".imap_8bit("Deine Buchung für die Allgäuer Berufsoffensive")."?=";
{{block type='core/template' name='Test' template='goodtest/test.phtml'}}
and this below code is for php file
{{block type='core/template' name='Test' template='goodtest/test.phtml'}}
and this below code is for
{{block type='core/template' name='Test' template='goodtest/test.phtml'}}
and this below code is for php file
<?php
echo $this->getLayout()->createBlock('core/template')->setTemplate('goodtest/test.phtml')->toHtml();
?>
If you want to know. your Magento 2 website is running on which environment you can run below command on terminal and very easily you can kn...