Web Design

PHP Crud Operation with css

CRUD is an shortening for Create, Read, Update and Delete. PHP CRUD operations are basic data manipulation 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. 1. Database Setup CREATE DATABASE crud_app; CREATE TABLE users   id INT AUTO_INCREMENT PRIMARY…

Bootstrap এর সকল CSS classes

Accordion .accordion-body .accordion-button .accordion-collapse .accordion-flush .accordion-header .accordion-item .collapsed Alerts .alert-danger .alert-dark .alert-dismissible .alert-heading .alert-info .alert-light .alert-link .alert-primary .alert-secondary .alert-success .alert-warning .fade Badges .badge .badge-danger .badge-dark .badge-info .badge-light .badge-pill .badge-primary .badge-secondary .badge-success .badge-warning Borders .border .border-*-0 .border-1 .border-danger .border-dark .border-info .border-light .border-primary .border-secondary .border-success .border-warning .border-white .rounded .rounded-* .rounded-0 .rounded-1 .rounded-2 .rounded-3 .rounded-bottom .rounded-circle .rounded-end .rounded-pill…