Learn PHP Programming for Absolute Beginners

所在平台: Udemy

课程主页: https://www.udemy.com/course/learn-php-programming-for-absolute-beginners/

课程评论:没有评论

第一个写评论        关注课程

课程简介

**课程名称:** 绝对初学者PHP编程 **课程概述:** 本课程旨在教授PHP这门面向对象的通用编程语言,特别强调其在Web开发中作为服务器端脚本语言的应用。课程内容循序渐进,适合完全没有编程基础的初学者。 **课程单元详解:** * **第一单元:PHP基础语法与环境搭建** * 学习PHP的基本语法规则、变量的使用以及控制流程语句(如循环和条件判断)。 * 了解如何在本地计算机上安装和配置PHP开发环境,本课程将使用XAMPP集成环境。 * **第二单元:面向对象特性、函数与字符串处理** * 深入学习PHP的面向对象编程概念。 * 掌握函数的基本语法、作用域规则以及如何定义和使用函数。 * 学习并实践常用的字符串处理函数,提升文本操作能力。 * **第三单元:关联数组与数据传输** * 重点讲解关联数组,理解其作为数据结构在PHP中的重要性。 * 学习如何通过HTTP请求机制(REQUEST, GET, POST)发送和接收数据。 * 了解PHP暴露的重要服务器变量,以便进行更精细化的Web开发。 * **第四单元:PHP与MySQL数据库集成** * 学习如何将PHP与MySQL数据库进行集成。 * 重点关注使用`mysqli`类以面向对象的方式实现PHP与MySQL的交互。 * (建议:如果需要MySQL基础知识,可参考相关MySQL课程。) **结语:** 欢迎学习本课程,期待与您一起探索PHP编程的乐趣!

课程评论(0条)

课程详情

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.The course consists of four units: Unit 1: covers basic syntax, variables, and language features such as loops and decision constructs. We'll also learn how to download and install PHP as a part of the XAMPP distribution so it can be used in the context of a web server running on your local computer.Unit 2: PHP's object oriented features will be learned, along with basic function syntax and scoping rules. We'll also talk about some useful string functions. Unit 3: Associative arrays will be discussed in Unit 3. Arrays are the key to understanding the mechanism of sending and receiving data via the request mechanism in PHP. We'll learn how to work with data via REQUEST, GET, and POST, and we'll also cover some important server variables exposed by PHP.Unit 4: teaches how to integrate MySQL databases with PHP. The concentration here is on the PHP communication with MySQL using the mysqli class in an object oriented style. If you need a refresher on the MySQL, Checkout out MySQL course.I hope you enjoy the course, and I look forward to working with you!

课程标签

0人关注该课程

主题相关的课程