Syncfusion Scheduler CRUD Application with PHP and MySQL database.
- In
server.php
file update the USER Name, PASSWORD, and DataBase as per the database configuration. - In your Database create a table with the necessary fields
- The SQL query required for creating the necessary table is being located in the
scheduledb.sql
file within the DB folder.
- Please proceed with the download and installation of the XAMPP server on your system.
- After the successful installation of the XAMPP server, kindly launch the application and start the Apache server.
- Please copy the
Javascript-Scheduler-CRUD-PHP-and-MySQL
repository and place it in the XAMPP server's root directory, specifically atC:\xampp\htdocs
. - Upon completion, kindly launch a web browser and navigate to
localhost
, you will be able to see the server running. - Next, please navigate to
localhost/Javascript-Scheduler-CRUD-PHP-and-MySQL
in your web browser. You will now be able to access the running Syncfusion scheduler application. - Now you can perform the
CRUD
operations, and it will be reflected on MySQL Database.