Home  >  Article  >  Backend Development  >  How do you know you are getting started with php?

How do you know you are getting started with php?

王林
王林Original
2019-10-21 09:28:342180browse

How do you know you are getting started with php?

What PHP program is considered an entry-level program?

1. Understand the B/S software architecture (relative to C/S), browsers (and markup languages, client scripts), servers (Web servers, HTTP protocols, background languages, etc.), The role that databases play in web applications.

2. Proficiency in Html and CSS is the foundation, and JavaScript is at least a must.

3. PHP’s basic syntax, process control, data types (data structures), understanding of commonly used functions (especially functions that operate on strings and arrays), file system processing and other commonly used functional modules (error handling , mathematics, date and time, image processing, etc.), session control, etc.

4. Proficient in mysql database.

5. Ability to develop simple message boards.

Recommended tutorial: PHP video tutorial

The above is the detailed content of How do you know you are getting started with php?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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