Home > Backend Development > PHP Tutorial > Php learning basic concepts of php_PHP tutorial

Php learning basic concepts of php_PHP tutorial

WBOY
Release: 2016-07-13 10:05:28
Original
1034 people have browsed it

Php learning basic concepts of php

First introduction to php

1. Basic concepts of Php

Php stands for personal home page. Php is an embedded language of HTML. The language style is similar to C language and is widely used. Currently managed by zend Company

2. The release of php6.0, new features added:

1. Better support web2.0

2. Support better unicode support

3. Increased support for object-oriented programming

4. Support xml programming

5. Soap (Simple Object Protocol)

3. Common development tools

1. Editplus

2. Zend Studio

3. Php Coder

4. Phpedit

5. Easyeclipse

6. Dw (generally used to develop static web pages)

Lamp

Develop in window (php code)......(upload ssh)......linux

A very important principle in software development: the compilation environment and the running environment must be consistent. Of course, PHP is an interpreted language and there is no compilation problem, so there is no compilation environment problem.

4. Comparison between b/s and c/s


www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/963685.htmlTechArticlePhp Learning Basic Concepts of PHP First Understanding PHP 1. Basic Concepts of Php Php stands for personal home page. Php is an embedded language of HTML. The language style is similar to C language and is widely used. Currently...
Related labels:
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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template