Can we use get instead of post?
No Answer is Posted For this Question
Be the First to Post Answer
How do you clear environment variables?
What is the difference between characters 23 and x23?
How to create a session? How to remove data from a session?
How to replace a substring in a given string in php?
What does $globals means?
Tell me what types of loops exist in php?
What is the use of mysql_real_escape_string in php?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
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.
What is $_ post in php?
How to remove duplicate values from array using php?
Explain about PHP filter and why it should be used?