a calendar script in php?

Any problem with PHP can be disscused here
Post Reply
ami38701
Posts: 62
Joined: Wed Aug 01, 2007 6:42 am

a calendar script in php?

Post by ami38701 »

who have it,
use it for articles links, **** someday for listing articles on this day.


Image
Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

Post by Lixas »

here it is. I've attach one file: class for calendar and other file to paint a callendar and place a links on it.
dont forget to remove .txt from filenames


here is a css source

Code: Select all

.cal_imp a:link, .cal_imp a:visited {
color:#FF0000;
font-size:13px;
text-decoration:underline;
}

.cal a:link, .cal a:visited {
text-decoration:underline;
}

If you have some REALY GOOD question, so don't hesitate and ask me about it.
PHP RULEZ <rock>
Attachments
calendar.zip
(7.49 KiB) Downloaded 129 times
Image
Tails5
Posts: 1302
Joined: Wed Mar 15, 2006 8:09 am
Contact:

Post by Tails5 »

You can just use a blog for something like that.
Webmaster Yoda: You must confront the cPanel. Then, and only then, a webmaster will you be.
Julius Caesar: Veni, vidi, posti
caiba
Posts: 128
Joined: Sun Jul 03, 2005 8:49 am

Post by caiba »

The very good calendar script, thank your share.
csoftdev
Posts: 28
Joined: Fri Dec 07, 2007 4:49 pm

Post by csoftdev »

i think u can easily google for things like this. plenty of options out there.
Post Reply