Skip to main content

Posts

Showing posts with the label Hypertext Pre-processors

51 Best PHP Interview Questions and Answers - Rasmus Lerdorf

What Is PHP? PHP stands for “ Hypertext Pre-processors ”. It is server side scripting language and used for developing web applications and It's allows us to dynamically create generated web pages. PHP has many frameworks and CMS and used for creating websites.  The PHP is very easy to create sites using its CMS.   The PHP is an Object Oriented Programming (OOPs) language. Is multiple Inheritance supported in PHP? The PHP includes only single inheritance that means a class can be extended only one single class using extended keyword. What was the old name of PHP? The OLD name of PHP is - Personal Home Page . Who Is the father of PHP? The father of PHP is - Rasmus Lerdorf . Rasmus Lerdorf created the PHP Scripting Language , authoring the first two versions of the language and participated in the development of later versions led by a group of developers like – ü   Jim Winstead ü   Stig Bakken ü   Shane Caraveo ü ...