InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
List of all important MySQLi function |
|
Answer» Below are the list of different MySQLi function and explained some details below |
|
| 2. |
How to get data in the result set of MySQL using PHP |
|
Answer» DATA can be TAKEN in 4 ways 1. mysql_fetch_row 2. mysql_fetch_array 3. mysql_fetch_object 4. mysql_fetch_assoc |
|
| 3. |
New features in MySQLi |
|
Answer» Below are the 6 new features of MySQLi COMES into PICTURES |
|
| 4. |
Difference between MySQL Vs MySQLi Vs PDO |
|
Answer» When we say about the difference between all 3 above first we TAKE PDO and MYSQLI both PROVIDES an object-oriented approach. But MySQLi also provides a procedural way which is like old MySQL extension. We can also say MySQLi STANDS for improved MySQL. |
|
| 5. |
Do you knows the cURL in PHP? |
|
Answer» Do you knows the cURL in PHP? |
|
| 6. |
Do you some idea about T_PAAMAYIM_NEKUDOTAYIM in PHP? |
|
Answer» Do you some idea about T_PAAMAYIM_NEKUDOTAYIM in PHP? |
|
| 7. |
Choose the correct option from below list PHP resemble with programming Language? |
|
Answer» Choose the CORRECT option from below list PHP RESEMBLE with PROGRAMMING Language? |
|
| 8. |
Define 13 most common and important types of errors available in PHP? |
|
Answer» Define 13 most COMMON and important TYPES of errors available in PHP? |
|
| 9. |
Can we increase execution time of a PHP script? |
|
Answer» Can we increase execution time of a PHP script? |
|
| 10. |
Write down some facts about PHP? |
|
Answer» WRITE down some FACTS about PHP? Below are the some GOOD facts about the PHP |
|
| 11. |
Code to run PHP script from command line? |
|
Answer» Code to RUN PHP script from COMMAND line? |
|
| 12. |
How PHP handles Cookies? |
|
Answer» How PHP handles Cookies? |
|
| 13. |
What is NULL Value in PHP define with example? |
|
Answer» What is NULL VALUE in PHP define with example? |
|
| 14. |
How PHP interact with HTML with details? |
|
Answer» How PHP interact with HTML with details? |
|
| 15. |
Type of inheritance that php supports |
|
Answer» In PHP an extended class is ALWAYS dependent on a single base class, that is, MULTIPLE inheritance is not supported. CLASSES are extended using the keyword 'extends'. |
|
| 16. |
Different types of errors in PHP |
|
Answer» Below are the some common types of ERRORS in php:- |
|
| 17. |
Advanced Multiple Choice Questions on PHP |
|
Answer» Below are the list of multiple choice question on php with answers |
|
| 18. |
Which function stores value of session in cookies |
|
Answer» setcookie() function help US to store VALUE of session in COOKIES |
|
| 19. |
PEAR in PHP |
|
Answer» PEAR is short for PHP Extension and Application Repository . It is the next revolution in PHP. It is a framework and distribution system for reusable PHP components. It eases installation by bringing an automated WIZARD, and packing the STRENGTH and EXPERIENCE of PHP USERS into a nicely organised OOP library. PEAR also provides a command-line interface that can be used to automatically install "packages" |
|
| 20. |
what are the Areas of application of PHP |
|
Answer» Below are the areas of possibility of PHP and the funcationality that we can do. |
|
| 21. |
Difference between HTML and PHP |
||||
|
Answer» Below are the some of main differences between html and php and also have defination for both of them
|
|||||
| 22. |
What about multiple inheritance supported in PHP |
| Answer» PHP only support SINGLE INHERITANCE which means we can only extend only ONE single class by the help of keyword EXTENDED. | |
| 23. |
Why Overloading concepts is not in php |
|
Answer» As all of us know OVERLOADING is concept of variable type and in PHP DATA type can be VARY |
|
| 24. |
difference between echo and print |
|
Answer» ECHO is command Print is function echo is much much FASTER than print When we use print it will return true(1) or false(0) or some VALUES and its SLOWER then echo. |
|
| 25. |
method to past value from one page to another in php |
|
Answer» There are MAINLY FIVE methods to transfer value from ONE PAGE to another these are as Belows |
|
| 26. |
differenc between mysql_connect and mysql_pconnect |
|
Answer» mysql_connect OPENS up a database connection EVERY time a page is loaded. mysql_pconnect opens up a connection, and KEEPS it open ACROSS multiple requests. |
|
| 27. |
What is htaccess file |
|
Answer» .htaccess is are configuration files which is in Apache Server and basic function of this FILE is to make configuration changes on a per-DIRECTORY basis. If a file CONTAINING more then one configuration files in a DIRECTIVES and it is placed in a particular document directory and the directives apply to that directory and all SUBDIRECTORIES thereof. |
|
| 28. |
Code to combine or concatenate two variables in php |
|
Answer» Below are TWO SAMPLE to combine two variable sample 1 will work significantly faster. To try it we take large sets of DATA and we will see that concatenation WORKS significantly faster than variable substitution. |
|
| 30. |
Difference between asp.net and php |
|||||||||||||||||||||||||||
|
Answer» Below are the some of common difference between PHP and ASP.NET both are very simple and attractive.
|
||||||||||||||||||||||||||||