How is it possible to remove escape characters from a string?
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.
How can image properties be retrieved in php?
What is the current php version?
Do you know what is use of count() function in php?
What does csrf token mismatch mean?
How can you create a session in php?
How do you check if a variable has been set in php?
What type of comments are supported by PHP.
please send me the interview questions and answers to my mail id : srikanthgovardana@yahoo.com or srikanthgovardana@gmail.com
What is the default time of cookie in php?
Can php variables have numbers?
What are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee(eno int(2),ename varchar(10)) ?