Home > php教程 > php手册 > 【PHP入门】一、环境搭建

【PHP入门】一、环境搭建

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 19:41:59
Original
1239 people have browsed it

1、安装wampserver集成环境(包含PHPMySQLApache) 找到对应自己系统位数的版本。我的是32位 2、第一个PHP程序 解决出现乱码问题 !DOCTYPE htmlhtmlbodyhead meta http-equiv=Content-Type content=text/html; charset=UTF-8 / h1我的第一张 PHP 页面/h1/hea

1、安装wampserver集成环境(包含PHP+MySQL+Apache)

       找到对应自己系统位数的版本。我的是32位


2、第一个PHP程序

解决出现乱码问题



  
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">  
<h1>我的第一张 PHP 页面</h1>
 
<?php echo "My first PHP demo ,Hello PHP!--致男神聚集地"
?>

Copy after login

tks
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template