Here is my situation:
I open the index file of my site. In the file the header portion is called with javascript. Within the header file I call a menu.html file using javascript. All is fine. When I insert my SSL seal php code into the header file (so it will show on all pages) I get a blank screen and perpetual loading of the index page.
If I place the php code in the index file it displays perfectly.
If I open only the header file by itself the php code displays in it perfectly.
Am I downloading the header file code to the local machine before the php can execute?
Is there a way to get around this? Do I need to call all files using php? Any example code would help as I really don’t understand php very well.
Thank you for any help.