PHP, MySQL CRUD with PDO Driver – Minimal HTML & CSS

php mysql pdo crud

A quick PHP, MySQL CRUD operation with PDO mysql driver with minimul HTML and almost no CSS. I am going to share the code for each file and operation separately. I am using XAMPP server with MariaDB, PHP 8.1, and Apache 2.4 web server on my Windows 10 Pro. I assume that you are already […]

HTML Basic Knowledge

In this post I will tell you about basic HTML, such as creating a simple page in HTML and showing you the Anatomy of HTML Elements and HTML Document and defining some other tags. With code and visual images that will help you understand HTML basic information. Let’s dive in… HTML (Hypertext Markup Language) It […]

Creating Lists in HTML 5

In this post you will learn all three HTML 5 lists data types, there are three types of lists in HTML. Ordered List Unordered List and Definition List All you need to know I am going to write each HTML lists data type code and attach a screenshot for visual understanding. I would suggest that […]

HTML 5 Elements

In this post you will learn what are the elements in HTML and how they work, I’m going to demonstrate with codes and visual images that will help you understand how the tags created and used to display heading, paragraph, forms, images, links, list of items and more. HTML stands for Hyper Text Markup Language, […]

HTML 5 – How to Create Table

In this post you will learn how to create different types of tables in HTML 5, I’m going to demonstrate with codes and visual images that will help you understand how table tags and its children tags work in HTML 5. Let’s dive in… There are three sections in <table> tag: <thead>, <tbody>, and <tfoot>. […]

HTML 5 All Input Data Types

In this post you will learn all HTML 5 <input> data types, all you need to know. I am going to write each html input data type code and attach screenshot for visual understanding. I would suggest that you fire up your favorite text editor and wed browser and code along me. Let’s dive in… […]

HTML 5 Radio Buttons & Check Boxes

In this post you will learn about radio buttons & check boxes with codes & visual images; that will help you understand how radio-button and check boxes work in HTML 5 easily. When you have multiples options & you have to make one choice then you use the radio buttons. Like – in a restaurant […]