Dreamweaver and PHP Calendar...
I am just getting started with PHP Calendar and it seems to be exactly what we need on our site. However, I am experiencing some headaches, most of which are probably due to my lack of experience with PHP scripts.
I built our site in Dreamweaver and manually upload updated files to our server. However, when I insert the code for the PHP Calendar, nothing shows up in the display mode. I realize that the reason for this is that the calendar includes server side includes, however, my question is whether it is possible to somehow connect to a file somewhere in order to actually SEE the calendar I am working on in display mode?
Also, when I try to make any changes to the content surrounding the line of code for the calendar, it tells me that I have "Made changes to code that is not marked as editable" This should not be happening as I can tell, because it is still within the "body" section of my page.
When I load my page to the server, and visit the page, I can see a crude version of a calendar, so I know something is working.... I just dont want to go through that every time I make a line change to see if something is showing right (I can't see the calendar in preview mode either)
If it helps, the current page is at http://www.babybumps.net/calendar2.php
Many thanks!
Andrea
|