Forum Moderators: coopster

Message Too Old, No Replies

PHP and SSI

         

kriskd

3:41 pm on Sep 3, 2005 (gmt 0)

10+ Year Member



I downloaded a very simple PHP calendar for my website. I got it working and even integrated it into my website. However, as the subject implies, I use server side includes to bring in the header, nav bar and footer on each page. Once I changed the extension from calendar.html to calendar.php on the page that will display my calendar, obviously the SSI stopped working. :( Anyway around this?

henry0

3:46 pm on Sep 3, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



insert in your page (page with an extension of " .php ")
as your calendar.php page

include "anyPath/anyFile.php";

TawhidZaman

4:19 pm on Sep 3, 2005 (gmt 0)

10+ Year Member



Send the Calendar code, and let me know how you are including the renamed file.

kriskd

8:21 pm on Sep 3, 2005 (gmt 0)

10+ Year Member



Thanks, I think I solved this portion of my project. Still a few small problems with the calendar I need to attempt to work through.