Category «PHP»

Php CRUD Operations Tutorial Using MySQLi in Hindi

We will learn how to perform CRUD Operation using PHP’s PDO Technique .Php CRUD Operations Tutorial Using MySQLi in Hindi PDO is an acronym for PHP Data Objects. PDO is a lean, consistent way to access databases. This means developers can write portable code much easier. CRUD Operation using PDO PHP Food Receipe Project in REACT JS Image …

Like Dislike system with PHP and MySQL

This system works exactly like the Like/Dislike system YouTube implements for its videos. On Facebook, the buttons are placed on videos. Since we are not building the next Facebook.Like Dislike system with PHP and MySQL we will stick with using simple posts where users can click on their associated like and dislike buttons.  Read more article …

Image preview and upload using PHP

Visitor experience can be improved on an image upload feature.Image preview and upload using PHP Now we will create a form that takes two inputs: the user’s profile picture (image), and their profile detail (text). When the user fills the form and clicks on the upload button, we will use our PHP script to grab …

Image upload using PHP and MySQL database

In this tutorial, we create a form that takes an image and some paragraphs. When you select an image and enters some text and clicks the submit button, the data is submitted to the server. Image upload using PHP and MySQL database PHP now grabs the image and saves it in a folder in the …

Php CRUD Operations Tutorial Using MySQLi in Hindi

CRUD is an acronym for Create, Read, Update, and Delete. CRUD operations are basic data controlling for database. In this tutorial we’ll create a simple PHP application to perform all these operations on a MySQL database table at one place. Creating, editing, updating and deleting content on a website is what makes the site dynamic. That’s what we are …

Build a Simple REST API in PHP

REST APIs are the backbone of modern web development. Most web applications these days are developed as single-page applications on the frontend, connected to backend APIs written in many languages. There are many great frameworks such as Codeigniter, Laravel, and Yii that can help you build REST APIs quickly. How to fetch records from API …

Library Management system in Laravel PHP

Library management system is a project which aims in developing a computerized system to maintain all the daily work of a library. The LMS helps both students and library Officer to keep proper track of all the books available in the College library or School Library. It allows both the Librarian and the student to …