FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Generating a Calendar in HTML

 


Phil
Could someone here turn me on to a program or script (CGI or PHP) that will generate a full-page monthly calendar in HTML? I would like to be able to generate the month needed and be able to print it up.
Heck, even a tutorial would be appreciated.
wumingsden
Phil wrote:
Could someone here turn me on to a program or script (CGI or PHP) that will generate a full-page monthly calendar in HTML? I would like to be able to generate the month needed and be able to print it up.
Heck, even a tutorial would be appreciated.



http://www.hotscripts.com/PHP/Scripts_and_Programs/Calendars/index.html ?
Nyizsa
Here's a very simple one:
Code:
#!/bin/sh
echo -e "Content-type: text/html\n\n"
echo "<pre>"
cal $1
echo "</pre>"

Yes, simple, but works! You may even use parameters: append them at the end of the URL after a ?.
Reply to topic    Frihost Forum Index -> Computers -> Software

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.