CRUD App Using Bootstrap 5, PHP-OOP, PDO-MySQL, Fetch API of ES6
2 months ago

CRUD App Using Bootstrap 5, PHP-OOP, PDO-MySQL, Fetch API of ES6

In this post, we'll see how to develop a CRUD (Create, Read, Update, Delete) Application using Bootstrap 5, PHP - OOP, PDO - MySQL and Fetch API of ES6 (ECMAScript), i.e., also known as Modern JavaScript.

Sahil Kumar
By Sahil Kumar
ECMAScript
Shopping Cart With Checkout System Using PHP, MySQLi & Ajax
2 months ago

Shopping Cart With Checkout System Using PHP, MySQLi & Ajax

In this post, I'm going to show you how to develop a Shopping Cart with Checkout System using Bootstrap 4, PHP, MySQLi Prepared Statement and jQuery - Ajax.

Sahil Kumar
By Sahil Kumar
PHP
CRUD Application Using PHP, MySQLi Prepared Statement
2 months ago

CRUD Application Using PHP, MySQLi Prepared Statement

In this post, I'm going to show you how to create a CRUD (Create, Read, Update, Delete) Application using Bootstrap 4, PHP and MySQLi Prepared Statement (Object Oriented). In this, I'll use Bootstrap 4 for designing, PHP as backend language and MySQL as database.

Sahil Kumar
By Sahil Kumar
PHP
Autocomplete Search Using PHP, PDO - MySQL & Ajax
2 months ago

Autocomplete Search Using PHP, PDO - MySQL & Ajax

In this post, I’ll show how to create an autocomplete search using Bootstrap 4, PHP, PDO, MySQL, and Ajax. You’ll learn how to design the search form, fetch suggestions via Ajax, select a result into the input field, and redirect to another page to display details about the searched term.

Sahil Kumar
By Sahil Kumar
PHP
RESTFul API Using PHP - OOP, PDO - MySQL
2 months ago

RESTFul API Using PHP - OOP, PDO - MySQL

In this post, I'm going to show you about RESTFul API implementation using PHP - OOP and PDO - MySQL. A RESTful web service helps us to perform CRUD operations with MySQL database. In this post, we'll learn how to create RestFul API of all popular HTTP verbs like GET, POST, PUT & DELETE.

Sahil Kumar
By Sahil Kumar
PHP