Skip to content

binary-dreamer/PHP-jQuery-AJAX-CRUD-Operation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP jQuery AJAX CRUD Operation

This repository contains a PHP-based web application that demonstrates CRUD (Create, Read, Update, Delete) operations using jQuery AJAX, Object-Oriented Programming (OOP) principles, and the Model-View-Controller (MVC) architectural pattern.

📚 Table of Contents

  • Features
  • Requirements
  • Installation
  • Usage
  • Contributing

✨ Features

  • Create: Add new records using AJAX
  • Read: Fetch and display records dynamically
  • Update: Modify records with real-time feedback
  • Delete: Remove records without reloading the page
  • AJAX Powered: All operations happen asynchronously
  • jQuery Integration: Smooth and responsive UI
  • MVC Architecture: Clean separation of concerns
  • OOP Structure: Organized and reusable code

💡 Requirements

  • PHP 7.0 or higher
  • MySQL database
  • Web server (Apache, Nginx, etc.)
  • Modern browser (with JavaScript enabled)

🛠 Installation

  1. Clone the repository:
git clone https://github.com/your-username/PHP-jQuery-AJAX-CRUD-Operation.git

🚀 Usage

Once the application is set up and running in your browser:

  • Use the user-friendly interface to Create, Read, Update, and Delete records.
  • All operations are handled seamlessly via jQuery-powered AJAX requests.
  • The page does not reload, ensuring a fast and smooth user experience.

🤝 Contributing

Contributions are welcome! Feel free to fork this repository and submit a pull request with improvements, bug fixes, or enhancements.

About

A CRUD operation project using PHP, jQuery-AJAX, MVC Architecture, and OOP concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published