PHP

Just an initial demo map, so that you don't start with an empty map list ...

Jetzt loslegen. Gratis!
oder registrieren mit Ihrer E-Mail-Adresse
PHP von Mind Map: PHP

1. Hypertext Preprocessor

2. What Can PHP Do?

2.1. PHP can generate dynamic page content

2.2. PHP can create, open, read, write, and close files on the server

2.3. PHP can collect form data

2.4. PHP can send and receive cookies

2.5. PHP can add, delete, modify data in your database

2.6. PHP can restrict users to access some pages on your website

2.7. PHP can encrypt data

3. what is php ?

3.1. PHP stands for PHP: Hypertext Preprocessor

3.2. PHP is a widely-used, open source scripting language

3.3. PHP scripts are executed on the server

3.4. PHP is free to download and use

4. With PHP you are not limited to output HTML. You can output images, PDF files, and even Flash movies. You can also output any text, such as XHTML and XML.

5. stands for

6. what is php file?

6.1. can contain text, HTML, JavaScript code, and PHP code

6.2. PHP code are executed on the server, and the result is returned to the browser as plain HTML

6.3. PHP files have a default file extension of ".php"

7. Why Php?

7.1. PHP runs on different platforms (Windows, Linux, Unix, Mac OS X, etc.)

7.2. PHP is compatible with almost all servers used today (Apache, IIS, etc.)

7.3. PHP has support for a wide range of databases

7.4. PHP is free. Download it from the official PHP resource: www.php.net