- Basic CRUD (Create, Read, Update, Delete) functionality for managing users in a database
- Allows users to register, login, view, update, and delete their accounts
- Provides a simple and intuitive interface for interacting with user data
- Enhances efficiency and usability for users
- PHP (Hypertext Preprocessor) for server-side scripting
- MySQL Database for data storage
- HTML and CSS for front-end development
- Sessions for user authentication and state management
- Clone this repository using the following command:
git clone https://github.com/SLoharkar/PHP-CRUD-Application.git
- Set up a local server environment (e.g., XAMPP, WAMP) to run PHP scripts.
- Import the provided SQL file (
database.sql
) into your MySQL database to create the necessary tables.
- User-friendly interface for managing user accounts
- Secure user authentication using PHP sessions
- Easy navigation and interaction with user data
- Responsive design for seamless user experience across devices
- Web server environment (e.g., XAMPP, WAMP)
- PHP 7 or later
- MySQL Database
- Web browser (Chrome, Firefox, Safari, etc.)
- Start your local server environment (e.g., XAMPP, WAMP).
- Import the provided SQL file (
database.sql
) into your MySQL database to create the necessary tables. - Open the project directory in your web server's document root directory.
- Navigate to the project URL in your web browser to access the application.