Description
In this course, you will learn :
- BASIC INSERT, UPDATE AND DELETE in PHP with MySQLi
- Basic configuration of Xamp Server and MySQLi Databse
- Simple PHP Programming techniques
Syllabus:
1. Introduction : Design HTML Form
- Create Simple HTML Page
- Create CSS for HTML Page
- Create HTML Form for Data Entry
2. Insert Data using PHP Script
- PHP Script (POST Method)
- Insert Query (MySQLi)
3. Display Data from MySQLi Database
- Use of Select Query & Database Table
4. Update and Delete Data from MySQLi Database
- Update Data using PHP Code and Update Query
- Delete Data using Delete Query from MySQLi