© examsiri.com
Question : 60 of 155
Marks:
+1,
-0
Solution:
- PHP Stands for "Hypertext Preprocessor."
- PHP is an HTML-embedded Web scripting language. This means PHP code can be inserted into the HTML of a Web page.
- When a PHP page is accessed, the PHP code is read or "parsed" by the server the page resides on.
- The output from the PHP functions on the page is typically returned as HTML code, which can be read by the browser.
- The goal of the language is to allow Web developers to write dynamically generated pages quickly and easily.
- PHP is also great for creating database-driven Web sites.
© examsiri.com
Go to Question: