Re: when i load the tpl file using ajax it displays question mark(?) for .How hi,
just code the business logic in a separate tpl file and call this smarty function
which return the output as a string.
$vStr = $oSmarty->fetch('Logic.tpl');
echo $vStr;
Regards,
Vivekanandan. |