A simple web-based chat application built using HTML, CSS, JavaScript, and PHP. This app allows users to chat in real-time with an intuitive interface.
- Real-time messaging
- User-friendly chat interface
- Responsive design
- Lightweight and easy to deploy
- No external dependencies (uses PHP and basic web technologies)
- Frontend: HTML, CSS, JavaScript
- Backend: PHP
- Database: MySQL (or any other supported database)
- Other: AJAX for real-time updates
Follow these steps to set up and run the project on your local machine.
- PHP 7.0 or higher
- MySQL database
- Apache or any other web server
- Web browser (Chrome, Firefox, etc.)
-
Clone the repository:
git clone https://github.com/your-username/PHP-WebChatApp.git cd PHP-WebChatApp