: This article describes how to set up the php learning basic environment. For more information about PHP tutorials, see. Knowledge Point:
I. php Basics
2. php environment construction
I. php Basics
Php: Hypertext preprocessing program used to create script programs for websites.
Running environment:
Wamp windows + apache + mysql + php development and learning
Lamp linux + apache + mysql + php running and maintenance
Working principle:
Request --- apache -- execute php + html (p, css) ---> response
Php. php suffix-"dynamic website and database interaction
Php file structure:
Html p css
Php code
Js jquery
Ajax
2. php environment construction
Double-click index.html.
1. Integrated Environment
Appserv:
Http: // localhost [: 8888 default value: 80]/[index. php] -- "c:/appserv/www/index. php
Wamp
2. independent environment
Apache
Php
Mysql
Phpmyadmin
1> configure apache
Apache/conf/httpd. conf
DocumentRoot "C:/apps/www" // specify the working directory
DirectoryIndex index. php index.html
3. development environment:
Zend studio
The above section describes how to set up the php learning basics environment, including some content. I hope to help anyone who is interested in PHP tutorials.