1. How PHP configurations can be changed?
2. What are major configuration values which we usually may want to change?
3. Mention the types of values which we can set in configuration values?
4. Can we use the ini_set function anywhere in our script?
5. Can we change and restore the configuration value to its original form from a script?
6. What are error reporting settings? How they affect the script?
7. What are session related settings in PHP?
8. What are database related settings?
9. How mails can be configured using configuration options?
10. How file based permissions can be managed using configuration options?
11. How can we secure the application using configuration options?
12. How we can disable the php functions in configuration?
13. What are the security risk we open by enabling register_globals?
1. How PHP is different from other programming language?
2. What are basic and main features of PHP?
3. A brief history of PHP?
4. Can we use the PHP for desktop application development?
5. What are PHP data types?
6. How we can install the PHP on windows?
7. How we can install the PHP on Linux?
8. How we can install the PHP on Mac?
9. How PHP is platform independent?
10. How we can customize the PHP behaviour in our installation?
11. How we can install new PHP modules in our installation?
12. How Zend Engine works?
13. What are popular PHP modules?
14. How we can get information about PHP execution of a script?
15. How PHP can be used as a shell script?
16. How comparisons of variables work in PHP?
17. What are constants? How they are different from variables?
18. How time zones can be handled in PHP?
19. Why PHP usually called functional language?
20. What is ternary operator and how it has to be used? Give some examples.
21. What are binary and hexa numbers in PHP?
22. Mention common mistakes programmer usually do while working in PHP?
23. What is the safe mode in PHP?
24. What are major differences in a script execution on windows and linux?
25. How PHP error handling can be setup and monitored?
26. What are magic quotes and how they can be configured and maintained?
27. How many types of PHP blocks can be used to write php scripts?
28. What are the differences between include and require?
This article at developer.com, gives first hand information about creating neural networks in PHP language. Artificial neural networks are developed mostly in high-level programming languages such as C or C++, So reading about them in PHP is a refreshing experience.
What are Neural Networks?
The network works similarly to the human brain: it is comprised of neurons that communicate with each other and provide valuable outputs. Although just a model — and not even close to human thinking — artificial neural networks have been used in prediction, classification, and decision-support systems, as well as in optical character recognition and many other applications.
Read complete article at developer.com
Why you should use Zend Framework? This is not only an interview question, while taking structural decisions about a project, we should ask this question to ourself. This article gives good reasons why you should adopt Zend framework in your working culture and what kind of benefits you can get out from Zend Framework.
- Extend Classes like There’s no Tomorrow
- Object-oriented Goodness
- Use What you Need, Forget Everything Else
- It lets you do a Lot of Things!
- No Model Implementation – Choose your Own Adventure!
- Integrate with Whatever you Want!
- Guidelines and Standards
- All Code is Guilty Until Proven Innocent (aka Test-Driven Development)
- Community and Documentation
- Certification
Read in details at 10 Compelling Reasons to Use Zend Framework
Hi, I have created a page on my this blog named PHP Interview Questions on which I will compile a list of questions which I normally asks to my candidates. I am not worried about leaking my questions strategy as I know only a good person can handle my supplementary questions I asked on the spot.