I need help well advice on a php calendar or for online tutorials as I want to program it myself. well Learn how to do it my self. But any help and advice would be great.
As I want it to do
Log Events on selected days.
Monthly calender able to update over the years.
be able to email people on up coming events on the calender
color code the calender on events
user friendly and a great gui with it.
1 reply to this topic
#1
Posted 16 September 2011 - 08:06 PM
|
|
|
#2
Posted 19 September 2011 - 05:52 AM
The only use for PHP in this scenario would be the retrieving and storing of events in the database. The actual graphical representation is not done in PHP (although it can build the days in the calendar itself). You should learn HTML and CSS, and to improve the interface you might need to do some JavaScript including jQuery and AJAX.
Basically this comes more to graphical design than server-side programming. The things you need to know for the PHP side are communicating with a database (mysql_query, mysql_fetch_array), loops and the date() function.
Do you have any experience in PHP?
Basically this comes more to graphical design than server-side programming. The things you need to know for the PHP side are communicating with a database (mysql_query, mysql_fetch_array), loops and the date() function.
Do you have any experience in PHP?
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









