What is multidimensional array in php?
No Answer is Posted For this Question
Be the First to Post Answer
What’s the difference between md5(), crc32() and sha1() crypto on PHP? -
how to store case sensitive data in mysql ? how repair mysql table? diff bet float, double,real? diff bet mysql_fetch_object() and mysql_fetch_array()? which version of mysql support procedure , trigger? diff php4 and php 5? op - 2+5+"8"=? how to create object in javascript? query - select games from team who won games 2/4/6? NaN command in php? How to offload System date in mysql? typecasting in php? how to convert string to two decimal no? how to parse xml file in php command line argument in php? diff bet $msg,$$msg? diff bet require(), include(), include_once()? tables in mysql?
When to use single quotes, double quotes, and backticks?
What is the most common http method?
Tell me what are the encryption techniques in php?
What is array function in javascript?
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 is difference between strstr() and stristr()?
What is meant by variable variables in php?
What is the use of pear in php?
What is action hooks and filter hooks?
How can you access a COM object from a PHP page?