Explain PHP?
No Answer is Posted For this Question
Be the First to Post Answer
Is it more secure to use cookies to transfer session ids?
What is the difference between ereg_replace() and eregi_replace()?
Write a function that takes "depth" as argument and return sum of node's data of that depth. For instance, (0) depth 0 / \ (10) (20) depth 1 / \ (40) (50) depth2 If I pass get_sum_by_depth(2) , it would return 90 (i.e. 40 + 50 )
How to retrieve the original query string?
How error handling is being handled by php?
WHat is the diff. between PHP4 and PHP5?
6 Answers Clarion Technologies, IBM, OmniNet, Sparkton Infotech,
Explain the difference between require() and require_once()?
What is the empty function?
How to make database connection in php?
What the use of var_dump()?
How do I make a reset button in html?
can anyone explain oops concept in php or give website to learn this concept clearly?