Explain about the data types in PHP?
No Answer is Posted For this Question
Be the First to Post Answer
How be the result set of mysql handled in php?
What u mean by query?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
•How do you create subdomains using PHP?
How to get the length of string?
how to do connectivity of 2 dbs in PHP script?
What is a php web application?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What does echo mean in php?
How to find length of an array 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 version of php do I have windows?