PHP Tutorials into PHP

Source: Internet
Author: User
Tags learn php php tutorial
Million changes in PHP, this article is for the new or ready to get started by the small partner PHP tutorial into PHP, the purpose is to let beginners have a clear idea of PHP.

What is PHP?

    • PHP is the acronym for "PHP Hypertext Preprocessor"

    • PHP is a widely used open-source scripting language

    • PHP scripts are executed on the server

    • PHP has no cost and is free to download and use

    • PHP is an amazing popular language!

    • It is strong enough to become the core of the largest blogging system on the Web (WordPress)!

    • It's deep enough to run the biggest social network (Facebook)!

    • And its ease of use is enough to become the preferred server-side language for beginners!

What is a PHP file?

    • PHP files can contain text, HTML, CSS, and PHP code

    • The PHP code executes on the server, and the result is returned in plain text to the browser

    • The suffix of the PHP file is ". php" (General Conditions)

After one-sided understanding, the next small series with a "HELLO WORD" simple to take you realize the PHP code type is what.

Getting Started examples

Write the following code on EditPlus or other development tools:

<?php//output: Hello wordecho ' Hello Word ';?>

Output Result:

Summarize

Although the article is concise, but let us therefore have a knowledge of PHP, only to understand what it is, in the future learning on the road is more smooth, this is to learn PHP to do the basic preparation. I hope that this article is helpful to you just learning PHP's small friends.

Related Article

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.