server side includes (SSI's) and iframes
Home / Site Building & Testing / server side includes (SSI's) and iframes
Server side includes, as the name suggests are included (within the requested document) server side.
So for example if you request index.php from a web site
index.php
| Code: |
| include ("head.inc");
include ("body.inc"); include ("footer.inc"); |
The server would then join the files and send it to your browser as index.php
It's not answering your question (I should be a politician
All times are GMT
You cannot post new topics in this forumYou cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


