Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 551 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 551 Bytes

Meeting room booking system

PHP script to manage a meeting room booking system.

Features:

  • Added calendar to select any date.
  • Script configured to assign best room acording to number of persons and capability.
  • Not MySQL database required. Data stored in plain text files.

CONFIGURE:

Just edit file config.php to add rooms features (room ID and maximum capability).

SCREENSHOTS:

COLLABORATIONS:

Collaborations to improve script are always welcome.