What is php oop?
Tell me what is the difference between ereg_replace() and eregi_replace()?
What does pear stand for?
What is the role of php.ini file?
discuss the issue of software theft in ghana and how it has affected the economy
Tell me how can we check the value of a given variable is alphanumeric?
What is the method to register a variable into a session?
Is PHP runs on different platforms (Windows, Linux, Unix, etc.)?
Can I run php without xampp?
What is the difference between query and inquiry?
Explain Creating and Naming an Array?
How to execute an sql query? How to fetch its result?
Explain me is multiple inheritance supported in php?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
Tell me how do you execute a php script from the command line?