# PHP学习
**Repository Path**: teacherPan/php-study
## Basic Information
- **Project Name**: PHP学习
- **Description**: PHP学习
- **Primary Language**: PHP
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 0
- **Created**: 2021-12-25
- **Last Updated**: 2023-12-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# PHP视频教程
http://nas.yunzhi.club:5010/sharing/xVvdIKX5j
# 第一章
## 1.0 在MacOS中安装基于Docker的Apache和PHP环境
00:32 安装Docker
02:33 下载Gitee教程代码
04:00 启动Docker
08:40 输入localhost:8111访问HelloPHP页面
10:20 新建index.php文件,Hello World
13:27 知识点:phpinfo()
## 1.0 在Windows中安装基于XAMPP的Apache和PHP环境
00:16 下载XAMPP(版本5.6.21)
06:02 知识点:UAC(用户账户控制)
07:27 安装XAMPP
11:00 启动Apache,解决端口占用问题
13:58 知识点:端口、域名
16:31 新建php文件,Hello World
## 1.1 登录原型(Windows)
01:27 知识点:Bootstrap
04:00 在MacOS环境启动Docker
04:43 在Windows环境启动XAMPP
06:23 引入Bootstrap
13:02 知识点:容器container
22:39 知识点:border
## 1.2 模拟登录(Windows)
00:54 下载教程文件
03:30 知识点:HTML\