Hey guys, I am having a problem trying to include .php files in my code.
The main page is located
here
I am using DIVs for layout and I have a main DIV where I am putting most of the content. I have a calendar that I am using that can be seen here
What I want is to place this calendar in the main DIV. So what I did was just capture a "?arg=calendar" (I know this works, because I am echoing the variable to make sure it says "calendar") and when I see this in the main DIV, I use this code:
include("/calendar/calendar.php");
but when the page loads and a calendar is captured, the DIV is just blank.
Any help?