Hi Rouslan,
How do I use addHtml() function for the following type code, <div class="-------"> <?php include('libraries/example.php'); ?> </div> I tried, $response->addHTML(<div class="........">) include 'libraries/example.php' $response->addHTML(</div>)
But nothing displayed. And can we use both addHtml() and 'echo' in a script?