Hello Everybody I have a problem with the use of AJAX with Smarty I want to update the part of the page using AJAX and I am using Smarty in my script and I've written the standard way to update the part of the page through AJAX, but not working with Smarty Is there a way to use Smarty with AJAX without problems
try to in clude your javascript (ajax) code in a {literal} tag. for example: {literal} .... ajax {/literal} you might need to post some code for your page so we can understand your problem better