What is difference between static and constant?
Is it easy to learn wordpress?
What is artisan in php?
How do I sort numbers in php?
What is print_r?
Does php have block scope?
How can you get the size of an image in PHP?
Is php procedural or oop?
What is the difference between get and post in php?
What are computer variables?
Explain the casts allowed in PHP?
Explain Type juggling?
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
What is the difference between explode() and split() functions?
What are sql injections, how do you prevent them and what are the best practices?