Hi there as part of my It course work we have to make a eportfolio but we can use php becuse i wanted to use php include but i cant so is there a way to do it with html because I dont want to use iframes
Printable View
Hi there as part of my It course work we have to make a eportfolio but we can use php becuse i wanted to use php include but i cant so is there a way to do it with html because I dont want to use iframes
SSI (Server Side includes)... just make a file called 'filename.inc' with whatever html you want to include and reference it anywhere on your site with:
<!--#include virtual="filename.inc" -->
lol
try that?
will do ty
So basically you want to do something like iFrames but not iFrames' themselves. You can't use PHP either?
What server is your host on?