Home > Backend Development > PHP Tutorial > Let's read a book together - PHP reading

Let's read a book together - PHP reading

WBOY
Release: 2016-07-29 09:01:29
Original
1215 people have browsed it

Forced by the situation, I had to start learning Android, and PHP also started reading books. Two 500+ books, 45 days is not enough, it’s a bit busy. . .

Stomach bloating in the morning is like a slap in the face, please remember it longer. . . . . . . .

1. PHP+MYSQL Development Guide (1)

1. Database applications and web

1.

PHP+PEAR function library in this book;

2. Three-tier architecture

Bottom/database layer ——》Middle layer/program logic layer——》User layer/browser;

MySQL (a database management system DBMS)——》PHP program/web script program——》Enhanced browser capabilities (Javascript)

Adjust the arrangement of each layer based on traffic and other indicators.

3. Advantages of PHP

It’s a cliché, but you still need to know it, in order to maximize its features.

Flexible - integrated with HTML;

Multi-functional implementation;

Rich function library/source code;

Multi-platform portability.

----------------------------------------

The above is an introduction to the book-reading book on PHP, which includes various aspects. I hope it will be helpful to friends who are interested in PHP tutorials.

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