gareth123456 Posted October 19, 2005 Share Posted October 19, 2005 I am currently using the Events Calendar contribution (but my question could relate to any site). This makes use of an iframe to place the calendar in to my website. The iframe is playing havoc with my ssl so I want to get rid if it. How might I get rid of the iframe and call the calendar _content.php file? Can I use an include statement? How do I use include to call a file to insert in to my page? (the file that I need to call is in my root directory). Link to comment Share on other sites More sharing options...
Guest Posted October 20, 2005 Share Posted October 20, 2005 Something like this: <tr> <td><?php require('calendar _content.php'); ?></td> </tr> Matti Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.