I created a little template for some car stuff for my site, but I have run into some problems.
I have it "require"ing a PHP file with a bunch of variables and then it is supposed to print the variables in the appropriate spot. I'm not even really sure if the 'require "/usr/home/....";' is the right command, but I thought it might work like it does with CGI...
So, my problem is that it prints all of the contents at the very top of the document, before the 'html' tag at the top, and then doesn't print them in the bottom of the document.
If you can help me asap, that would be great! thx.