PHP

From Leechfinger
Jump to navigationJump to search

PHP, or Hypertext Preprocessor, is an open-source scripting language that is commonly used for web development. It is server-side, meaning it is executed on the server and generates HTML, which is then sent to the client. PHP pages contain embedded code that can perform actions, such as customizing a site, making changes to content, or accessing a database.