How to break a file path name into parts?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me how to retrieve a cookie value?
What is helper function?
How to initiate a session in php?
How to get useful error messages in php?
How can i execute PHP File using Command Line?
What are the different ways to login to a remote server?
1.<?php echo'bsfjbsnmfbs'; ?> 2.<? ech'hjndfjkshf'; ?> 3 <? echo'naskfdjnask'; three programs are exected but which is beter why
what is the dirrence in PHP4 & PHP5 . ?
Which function gives us the number of affected entries by a query?
What is the difference between html and 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.
How to create an array from php string?