I have an app that I'm trying to bring in using an embedded page. This pulls data in from a MySQL database totally separate from X-Cart. I have the whole script (PHP + Javascript) wrapped with the {literal}{/literal} tags. The data doesn't display.
I put the script into a php test file in the same directory and it works fine. Is something in Smarty preventing the access to the database? What would you suggest?
I already set all the variable global at the top and I changed the variables for username, password, etc to a slightly different word so it wouldn't be a conflict.
Sure appreciate any help.
Thanks!!!