<?php $var = "example.example"; $template = '<td class="chart" align="left">{userName}</td>'; echo $template = str_replace("{userName}", $var , $template);
You have javascript disabled. You will not be able to edit any code.