InterviewSolution
Saved Bookmarks
| 1. |
What is PHP? Why it is used? |
|
Answer» PHP earlier stood for Personal Home Pages, but now it stands for HYPERTEXT Pre-processor. PHP is a server-side scripting language that is used for building web pages and applications. This language includes MANY Frameworks and CMS for creating LARGE websites. Even a non-technical person can create web pages or apps using PHP CMS. PHP SUPPORTS various CMS like WordPress, Joomla, Drupal and Frameworks like Laravel, CAKEPHP, Symfony, etc |
|