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 WAMP server on your system.
- After the successful installation of the WAMP server, kindly launch the application and start all services
- Please copy the
Javascript-Scheduler-CRUD-PHP-and-MySQL
repository and place it in the WAMP server's root directory, specifically atC:\wamp64\www
. - Upon completion, kindly launch a web browser and navigate to
localhost
, you will be able to access our application under theYour Projects
section. - 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.