PHP notes (PHP)

Source: Internet
Author: User
: This article mainly introduces PHP notes (PHP). If you are interested in PHP tutorials, refer to it. After learning HTML and CSS, I finally want to start learning PHP! The above preparations are only for the smooth road!

PHP environment construction:

Environments commonly used by enterprises are: Linux + Apache + MySQL + PHP

The learning environment is Windows + Apache + MySQL + PHP.

Tools:

  • Apache 2.4.4
  • MySQL 5.6.23
  • PHP 5.5.22

Installation tutorial: php 2014.9.5 installation tutorial

PHP source code learning website:

  • Webmaster's house
  • Source code heaven
  • Foot home
  • Source code home
  • A5 source code

PHP overview:

  • PHP (Hypertext Perprocessor) Super text preprocessor
  • PHP is a script language for embedding HTML documents on the server.
  • Is a website development language (B/S structure)
  • Supports most operating systems, databases, and servers
  • Open source

PHP development steps:

  1. Compile source files
  2. Upload the original file to the web server
  3. Access through a browser

PHP tag format

  • XML style: (Recommended)
  • Short style: (You need to enable short_open_tag in php. ini)
  • Asp style: <%... %> (you need to enable asp_tags in php. ini)
  • Script style:

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.