Can I use PHP (i.e. include() etc) to link / embed external CSS & JavaScript

baker

New member
Yes you can. Without knowing a bit more about what you're trying to do however, I would suggest using an iframe tag to embed what you want within your page.

Can you tell me a bit more about what you're trying to accomplish?
 
document to a web page? If so how? Please give me some kind of example.


Regards.
I'm designing a website whivh has same layout for all the pages (navigation, header & footer etc.) Rather than typing same thing again and again I want ot dynamically load it to every page I open.

Additionally I want to open the content in the specified <div> layer.

Hope this details will give you better idea about what I'm trying to achieve.
 
Back
Top