954,585 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

free PHP script to add calendar

Hello everybody

I am in search of free PHP script to add calendar in my forum, can anybody help me in this regard, thanks in advance

Lizapotter
Newbie Poster
11 posts since Dec 2008
Reputation Points: 10
Solved Threads: 2
 
almostbob
Posting Sensei
3,149 posts since Jan 2009
Reputation Points: 571
Solved Threads: 376
 

ok, its actually not that hard to build one yourself; if you want a calender for each individual user.
You'd set up the db thusly:
table name: new_date:
fields: username, date, notes

So the code would be simple, the user would have infront of him or her a calender, very simple to build. For example just have a html table for this month, and if they click for next month it will generate the right amount of cells, corresponding to the amount of days in that specific month. It will also select all from the db and place the notes in the cells, or have a link with perhaps with GET information in it, to tell the page the user is re-directed to the correct information to display the correct note for that date.
In each cell you will be given the option to add a note, once clicked the user will be re-directed to a new page and the date that a note is going to be added to will be generated through GET information.
Then its just a matter of inserting it into the db.

jakx12
Junior Poster
125 posts since Jan 2009
Reputation Points: 10
Solved Threads: 5
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You