In this guide, you will learn how to perform CRUD operation in PHP and MySQLi. CRUD means four basic functionality like Create, Read, Update, Delete. It is the operations perform in the database. I am explaining to show you step by step through scratch so you can learn better understanding if you are new to […]
Month: August 2023
How to add Bootstrap to a core PHP website
I am explaing you how to add Bootstrap to a core PHP website. it involves including the necessary Bootstrap files in project and Bootstrap classes to style your HTML elements. Here’s some small step-by-step guide: 1. Download Bootstrap library Firstly we need to download Bootstrap from the official Bootstrap website (https://getbootstrap.com/). we can choose to […]