Discussion:
Php Mysql calendar
David Mehler
2014-03-22 06:07:32 UTC
Permalink
Hello,

Is anyone using or know of an free Php calendar for events using MySQL
as a database?

I've googled this and found a lot of simple tutorials on making a
calendar, but those usually just show the month and dates.

What I'm looking for is a system where an admin user can designate one
or more users to access the backend and add/edit/remove events. On the
front end web side, those events are displayed on a web page without
being editable.

Thanks.
Dave.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Curtis Maurand
2014-03-22 11:38:32 UTC
Permalink
I'm fixing to write on.
Post by David Mehler
Hello,
Is anyone using or know of an free Php calendar for events using MySQL
as a database?
I've googled this and found a lot of simple tutorials on making a
calendar, but those usually just show the month and dates.
What I'm looking for is a system where an admin user can designate one
or more users to access the backend and add/edit/remove events. On the
front end web side, those events are displayed on a web page without
being editable.
Thanks.
Dave.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
Aziz Saleh
2014-03-22 14:35:38 UTC
Permalink
Post by Curtis Maurand
I'm fixing to write on.
Post by David Mehler
Hello,
Is anyone using or know of an free Php calendar for events using MySQL
as a database?
I've googled this and found a lot of simple tutorials on making a
calendar, but those usually just show the month and dates.
What I'm looking for is a system where an admin user can designate one
or more users to access the backend and add/edit/remove events. On the
front end web side, those events are displayed on a web page without
being editable.
Thanks.
Dave.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
This seems to cover your need: http://www.php-calendar.org/

Loading...