Link to home
Start Free TrialLog in
Avatar of Tom Knowlton
Tom KnowltonFlag for United States of America

asked on

calendar for php

I am looking for free scripts to implement a community calendar on a web page using php.

I already tried this one:

LuCal free calendar

and I did not like it.

But it demonstrates what I am wanting, in general.  A public facing calendar that utilizes MySQL to store the events.

I just want a script that is a bit further along.  I am new to the PHP community.  I welcome recommendations.

Note:  I do not necessarily want the calendar to FILL the entire web page.
ASKER CERTIFIED SOLUTION
Avatar of Deja Anbu
Deja Anbu
Flag of Oman image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tom Knowlton

ASKER

djaanbu,

Have you used the wdCalendar, yourself?

I cannot get it to stop generating random events when you click the "Refresh List" button, despite having followed the directions in the readme file.
Hello?
i have used wdCalendar 2 years ago in an Asp.Net project..i couldnt remember anything now...

but in some place, they should have assigned the random example events in their code. Please follow the docs, you'll get an idea..
ok.. i tested it for you and got it working, simply followed the readme...

a. create a database("test"), and execute setup.sql
b. change php/dbconfig.php to fit yours (in my case, the only change is updating the db name to "test")
c. rename edit.db.php to edit.php, php/datafeed.db.php to php/datafeed.php (you may backup edit.php/datafeed.php - i renamed them to edit_old and datafeed_old)
I will try it again.

But I swear, I followed the readme!!

Tom
Thanks.

Ended up embedding google calendar.