About this document
PHP: Understanding Server-Side Scripting by Atharv Karnekar is a document available to read on EtoBox.
PHP is a server-side scripting language used to create dynamic web pages. This document provides an overview of PHP including its syntax, variables, comments, and functions. It also discusses installing PHP and how it works with MySQL to access databases and return results to browsers. Key points covered include PHP running on servers, using echo or print to output text, and declaring variables that start with $ and are automatically typed based on their values.
- Author
- Atharv Karnekar
- Language
- EN