PDA

View Full Version : Adding Calendar in Frontpage


ub1992
01-23-2004, 07:25 PM
Hi Papa,

I am pretty new to the whole web design world. I have been using Frontpage because of its ease of use. Then I stumbled accross your really cool Calendar script and I wanted to add it to my calendar page. But I have caught a snag. I followed all of the instructions and used the demo.php code in frontpage but I have not been successful in getting it to work. What exact code do I have to cut and paste to my HTML editor in Frontpage? I am sorry for asking anyone to "hold my hand" through this but I do want to learn and understand how I can use this on my page.

Thanks

Andy

Brian
01-23-2004, 07:56 PM
First, does your server support PHP?

What version of Frontpage are you using?

ub1992
01-24-2004, 02:17 PM
Yes Papa,

I do have the latest PHP software on my server....I did the demo.php...and the demo.php does show up...I just don't know how to put it into an HTML document (with a htm extension on the page.) I also do not have MySQL so I am using the flat-file for my events.

ve9gra
01-24-2004, 04:34 PM
I'm not sure, but I don't think it will be possible to do within a .htm file... the file needs to be a .php so that the webserver will parse it and execute the code inside.. basically, you can format your .htm file however you like it, and once everything is in place, find the spot where you want to add the calendar... at that spot just add
<?php include escal.php ?>
and then save your file and close it.. then just change the extention to .php and try it out... reply if it works or not..

Brian
01-24-2004, 04:46 PM
What ve9gra said :D .