Skip to content

jask0/event-kalender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

event-kalender

This calendar is based on javascript and php, and it uses mysql to storage the events.

To run it properly you have to modify the calender/config.php file, and set your login data right.

As for now, you must also create a table within your database by executing the SQL statement below:

CREATE TABLE eventcalender ( id INT AUTO_INCREMENT , year INT(4) NOT NULL , month INT(2) NOT NULL , day INT(2) NOT NULL , starttime VARCHAR(5) NOT NULL , stoptime VARCHAR(5) NOT NULL , title VARCHAR(255) NOT NULL , description TEXT NOT NULL , url VARCHAR(255) NOT NULL , PRIMARY KEY (id)) ENGINE = InnoDB;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published