CodeIgniter Interview Questions and Answers

What is CodeIgniter and what are its features? CodeIgniter is PHP opensource framework, based on loosely coupled MVC pattern. It consists of huge libraries, simple interface and logical structure to access these libraries, plugins, and helpers to solve complex logical problems. It’s a lightweight elegant framework which provides faster development rather than writing code from … Read more

Top 100 PHP Interview Questions and Answers

1) What is PHP? PHP is a web language based on scripts that allow developers to dynamically create generated web pages. 2) What do the initials of PHP stand for? PHP stands for Hypertext Pre-processor. 3) Which programming language does PHP resemble? PHP syntax resembles Perl and C 4) What does PEAR stand for? PEAR … Read more