What does $_env means?
No Answer is Posted For this Question
Be the First to Post Answer
how to install openssl, ISAPI, pdf modules in php 5.2.5 with apache on windows xp.
What does session start do in php?
How are cookies created?
Explain how we can retrieve the data in the result set of mysql using php?
How to remove leading and trailing spaces from user input values?
How do you achieve page caching 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.
What does addslashes do in php?
How do I check environment variables?
What is memcache?
is php is the best for this situation
What is PEAR?