Hi so im working with smarty templates, .tpl and .php. I inserted the GA code into the wrapper.tpl which is the main file for every page, and the code shows on every page as well. but GA is not...
Im having trouble uploading the picture to the folder. The pathway is correct and all the information of the form is sent correctly to the db, just no picture is actually getting uploaded. Im just...
Just want to get some feedback that this is coded correctly to display the wrapper.tpl.
// Display Page
if(empty($wrapper))
$wrapper = 'wrapper.tpl';
$page = new SmartTemplate($wrapper);...
Ok so I am designing website based off of the smarty template design way, but I have a couple of problems. A. this is the first time I've used smarty. B. The whole smarty files are actually ripped...
Hi, so I'm creating my first website and I'm just trying to figure out to run the configure.php file. If I write all the connection info and parameters of the site correctly, does it connect...