What is PHP?
PHP stands for PHP: Hypertext Preprocessor. It is a server-side scripting language embedded in HTML. PHP runs on the server and sends plain HTML to the browser.
What PHP Can Do
- Generate dynamic page content
- Read/write files on the server
- Interact with databases (MySQL)
- Handle forms and sessions
- Power frameworks like Laravel
PHP File
PHP files use the .php extension. PHP code goes inside <?php ... ?> tags.