|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/getting-started-with-php-and-mysql-development/
课程评论:没有评论
课程名称:开始学习PHP和MySQL开发 课程概述:PHP是一种面向对象的通用语言,适用于各种任务。本课程将带您学习如何将PHP作为服务器端脚本语言用于Web开发。MySQL是一种通用的关系型数据库管理系统(RDBMS),主要用于为Web应用提供后端数据库。我们将介绍关系型数据库管理系统的基本概念,以及它们与MySQL的关系。与传统课程主要侧重于理论不同,我们将采用实用的“如何做”的方法来处理数据。 在本课程中,您将学习以下内容: - PHP的基本语法、变量、循环和决策结构。 - 面向对象的特性。 - 字符串函数和数组的使用。 - 处理请求的不同方法(如REQUEST、GET和POST)。 - 如何将MySQL数据库与PHP集成。 - 创建数据库和表,使用INSERT命令向表中添加数据。 - 使用SELECT命令读取表中的数据。 - 如何使用WHERE过滤数据。 - 使用ORDER BY对数据进行排序。 - JOIN操作及其在多个表中读取数据的应用。 - 使用UPDATE命令更改表中的数据。 - DELETE查询:从表中删除一行或多行数据。 - 使用文本文件加载数据库架构。 希望您喜欢这个课程,并期待与您一起学习!
PHP is an object oriented general purpose language suitable for a wide variety of tasks. In this course, we'll learn how to use PHP as a server-side scripting language for use in web development. MySQL is a general purpose relational database management system (RDBMS) used mainly to provide a back-end database for web applications. In this course, we'll introduce the concepts of relational database management systems in general, and how they relate to MySQL in particular. Unlike traditional courses that concentrate mainly on theory, we'll take a practical "how-to" approach to working with data. Here's what you'll learn: The course cover following topics: PHP basic syntax, variables,loops and decision constructs. Object oriented features String functions.Arrays REQUEST, GET, and POST Integrate MySQL databases with PHP. Creating databases and tablesAdding data to a table with INSERTReading a table with SELECTHow to use WHERE to filter dataUsing ORDER BY to sort dataJOINs and how to use them to read from multiple tablesChanging data in a table with UPDATEThe DELETE query: removing one or more rows of data from a tableUsing a text file to load a database schema MySQL I hope you enjoy the course, and I look forward to working with you!