-
Database Connectivity in Joomla
How will you connect to the Database using Joomla?
-
Arrays
How to combine 2 arrays?
-
Count hits
If we have a button on a simple page and a user clicks on the button, then how we can come to know how many times the user has clicked on the button?
-
Increase Execution Time
How will you increase execution time of PHP for processing large set of records?
-
High Precedence
Which one has the high precedence between && and and?
-
Configure log4php
How will you configure log4php in our application? Explain with sample code.
-
Abstract Class and Final Method
Which of the following is correct in case of abstract class..(1) An abstract class can not have final method(2) An abstract class can not have non-abstract method(3) A final class can not have abstract method(4) A final class can not have final method
-
Hide Pages Written in PHP
How can we hide the fact that the web pages are written in PHP?
-
-
Echo and Print
What is the difference between "echo" and "print" in PHP?
-
-
Protecting folder with Htaccess
how can I protect my folders and file using htaccess file?
-
PHP Code is Parsed
Explain properly why and how Php code is parsed?
-
Curl
What is curl? What is the functionality of curl?
-
Session Cache Expire
If sesio_cache_expire is not set than in how much time will it expire? a. 1 hour,b. 2 hours,c. 3 hours,d. 4 hours
-
Array Comparison
While comparing two array what is the difference between === and ==?
-
Enctype in Form
Why do we use enctype in form while uploading a file?
-
Ob_start()
What is the use of ob_start() in PHP?
-
Session_register and $_session
What is the difference between session_register and $_session?
-
PHP5 New Features
What are new features that are in added in PHP5?
PHP Interview Questions
Ans