Home > php教程 > php手册 > PHP笔记1

PHP笔记1

WBOY
Release: 2016-06-06 19:48:15
Original
1022 people have browsed it

客户端 : 美妙的网页组成(都是由浏览器解释): 1.HTML 2.CSS给HTML化妆 3.客户端脚本编程语言(JavaScript等)特效 服务器端 : 1.Web服务器Apache/Nginx/TomCat/IIS等 2.服务器端编程语言PHP/JSP/ASP等 3.数据库管理系统MySQL/Oracle/SQL Server等 url:

客户端

美妙的网页组成(都是由浏览器解释):

1.HTML   

2.CSS——给HTML化妆   

3.客户端脚本编程语言(JavaScript等)——特效

 服务器端

1.Web服务器Apache/Nginx/TomCat/IIS等    

2.服务器端编程语言PHP/JSP/ASP等    

3.数据库管理系统MySQL/Oracle/SQL Server等

 

url:

1.协议(http)  

2.主机(ip或***)  

3.端口(80)  

4:内容:php/sp.php  

5:参数(?id=5&page=10)

 

几个主流的Web应用程序平台

操作系统      Web服务器      数据库          语言

Windows       IIS           SQL Server       Asp(C#)    =    asp.net

Linux        Apache         MySQL         PHP       =    LAMP

Unix         TomCat        Oracle        Jsp       =    JavaEE

 

 

Web工作原理之动态网站解析:

PHP笔记1

 

Linux下安装三种方式

1.源码包安装

2.rpm包安装

3.集成软件安装(xampp, wamp等)

Windows下安装两种方式

1.单个下载安装

2.集成环境安装

 

**********************

  其余基础知识已打印   

**********************

 

*:我们访问某个HTML文件,如果HTML文件中有PHP的代码,服务器会调用PHP模块将其翻译成HTML代码,然后和原HTML文件中的HTML代码组合,然后发给客户端。

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template