dimarsmulders
10-09-2006, 08:37 AM
Hey everyone,
Could use some help with a server side include:
I want to include a calendar that is created with php (I think); the url is like this:
http://text.site.com/folder/week.php?pview=1&area=1&room=2
The pview is to only view the calendarpiece and not the rest of the page.
I would like to incorporate this calendar in my page and thought i could use server side include for this, however ssi only seems to want to show things that are stored within my own server. The calendar is stored on a different server.
I'm using IIS
This is how i thought i could do it: (but failed miserably..)
<html>
<head>
</head>
<body>
blablablablablablabla
<!--#include virtual="http://test.site.com/folder/week.php?pview=1$area=1&room=2"-->
</body>
</html>
thanks for all the help i can get; also when it means i have to look for a different solution.
Dimar
Could use some help with a server side include:
I want to include a calendar that is created with php (I think); the url is like this:
http://text.site.com/folder/week.php?pview=1&area=1&room=2
The pview is to only view the calendarpiece and not the rest of the page.
I would like to incorporate this calendar in my page and thought i could use server side include for this, however ssi only seems to want to show things that are stored within my own server. The calendar is stored on a different server.
I'm using IIS
This is how i thought i could do it: (but failed miserably..)
<html>
<head>
</head>
<body>
blablablablablablabla
<!--#include virtual="http://test.site.com/folder/week.php?pview=1$area=1&room=2"-->
</body>
</html>
thanks for all the help i can get; also when it means i have to look for a different solution.
Dimar