Who is the father of PHP?

🎲 Try a Random Question  |  Total Questions in Quiz: 30  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
PHP Programming Basics Practice Test: Basic Concepts Of PHP — practice the complete quiz, review flashcards, or try a random question.

PHP, or Hypertext Preprocessor, is a general-purpose, open-source scripting language used for server-side web development. It's embedded into HTML codes, so a browser does not understand PHP. When someone visits a website, their browser requests the page from the server. The server checks for the .php file associated with the request, and if found, sends the file to the PHP interpreter. The PHP code then runs on the server, and generates an HTML page to send to the visitor. The visitor then sees the HTML page in their browser. It is called a preprocessor because it builds the information... Show more

Who is the father of PHP?