Podcast
Questions and Answers
Who originally created PHP?
Who originally created PHP?
- Mark Zuckerberg
- Tim Berners-Lee
- Rasmus Lerdorf (correct)
- Steve Jobs
What does PHP stand for?
What does PHP stand for?
- PHP: Hypertext Preprocessor (correct)
- Public Hosting Platform
- Personal Home Page
- Preprocessed Hypertext Protocol
How is PHP code usually processed on a web server?
How is PHP code usually processed on a web server?
- By a Java interpreter
- By a PHP interpreter implemented as a module, daemon, or CGI executable (correct)
- By directly embedding it in HTML
- By using a standalone graphical application
What type of data may the result of interpreted and executed PHP code form as part of an HTTP response?
What type of data may the result of interpreted and executed PHP code form as part of an HTTP response?
What powers the standard PHP interpreter?
What powers the standard PHP interpreter?