Is php case sensitive?
For printing out strings, there are echo, print and printf. Explain the differences.
How to enable error reporting in php?
How will you sened requests from server1 to server2 from server2 to server3 and so on .. w/o letting the output come to the browser or say the client end in php
How to block direct directory access in PHP?
What is substr in php?
What is the difference between $message and $$message?
What is serialization / object serialization ?
Explain me what is the difference between explode() and split() functions?
What is the correct and the most two common way to start and finish a php block of code?
Explain how can php and javascript interact?
What is the main function of php?
How many requests will be send to server and response coming from server when you open a web page (e.g. xyz.php) which has an image tag?