Php learning basics

Source: Internet
Author: User
: 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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.