Answer Posted / deepak
Vasanthi.P is right
its GET
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
What are different types of Print Functions available in PHP?
what is the scope of php in the future if any other language is developed then may be php is loss ???
What is $globals php?
What is the string concatenation operator in php?
Do while loops php?
Why is node js better than php?
How to store the uploaded file to the final location?
Do loops php?
What is the difference between null and empty?
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.
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
How can you compare objects in php?
What is php ci?
How do I see how many pages per session in google analytics?
How can we make a constant in php?