First time poster. Glad this has a newbie section. I asked some basic php questions (on another topic) at my web host's forum and got flamed for not knowing enough. To help learn php I'm trying different things on my website...
I'd like to do the classic design using header/body/footer since my site uses the same header and footer for most pages. There are dozens of examples on php help pages, but I can't get any of them to work. Depending on what example I use, I either get unexpected T-string errors, unexpected T_echo errors or just the page without the header or footer. Is there a definitive method to do this correctly?
Am I overlooking a setting in htaccess or php.ini? I tried to set htaccess to parse htm pages as php, but that prevents regular htm pages from working.
Thanks in advance!