PHP Important Notes With Diagram Unit II
PHP Important Notes With Diagram Unit II
1. Introduction to PHP
PHP (Hypertext Preprocessor) is a server-side scripting language used to develop dynamic and interactive
web pages. PHP code is embedded in HTML and runs on the server.
2. Features of PHP
- Cross-platform support
Single-line comments: // or #
5. Data Types
6. Operators
7. Control Structures
8. Functions
Functions help reuse code. PHP supports built-in and user-defined functions.
9. Constants
10. Arrays