|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learn-php-crud-operation-create-read-update-and-delete/
课程评论:没有评论
**课程名称**: 学习 PHP CRUD 操作 - 创建、读取、更新和删除 **课程概述**: 本课程将教授如何使用 PHP 和 MySQL 数据库执行 CRUD (Create, Read, Update, Delete) 操作,并创建一个简单的 PHP 应用程序来演示这些功能。该课程适合完全的 PHP 初学者,将从零开始教授所有知识点。 **您将学到**: * XAMPP 控制面板的安装过程 * 如何创建数据库、连接数据库以及执行数据的所有 CRUD 操作 * 在表单中添加基本验证 * 如何进行密码哈希处理并将加密后的密码存储在数据库表中 * 如何检查数据库中是否已存在相同的数据 **课程亮点**: * **从零开始**: 即使您对 PHP 一无所知,也能轻松掌握。 * **实践项目**: 通过构建一个实际的 PHP 应用程序来学习。 * **核心技能**: 掌握 PHP 项目中最常见和最关键的 CRUD 操作。 * **信心提升**: 课程结束后,您将对 PHP CRUD 操作充满信心,并能独立开发类似的 PHP 应用程序。 **使用技术**: * HTML * Bootstrap * PHP
CRUD is an acronym for Create, Read, Update, and Delete.We'll create a simple PHP application to perform all the above 4 operations using MySQL database.Once you get to know this concept, then you can create PHP applications that perform all these operations.What we will be using:1)HTML2)Bootstrap3)PHP** If you are a complete beginner and have no idea about PHP, then this is the project for you **->You will learn this project completely from scratch.->You will learn the procedure for installing the XAMPP control panel.->You will learn how to create the database, how to connect to it and perform all these operations.->You will learn how to add basic validation to the form.->You will learn how to do password hashing and storing encrypted passwords inside the database table.->You will learn how to check whether the same data is already present inside the database.If you make this project, then you will find almost similar patterns in all the projects of PHP, this CRUD operation isvery useful for any beginner to get started with PHP projects.->At the end of this project, you will be more confident in PHP CRUD operation and ready to make similar PHP applications.