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!