Skip to main content
  1. Glossary/

Hypertext Preprocessor

·52 words·1 min·
Jaume Sabater
Author
Jaume Sabater
CTO and systems engineer

Hypertext Preprocessor (PHP) is a server-side scripting language primarily used for web development. It was originally created by Rasmus Lerdorf in 1995 and is now owned by the PHP Association. PHP is often used to create dynamic web pages that can respond to user input, interact with databases, and generate dynamic content.

Related