How to split a string into array using php?
No Answer is Posted For this Question
Be the First to Post Answer
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 )
Do you know when sessions ends?
How do you identify independent and dependent variables in research?
What is the meaning of a persistent cookie?
How can we get second of the current time using date function?
How many types of array supported in php?
Can constructor be private in php?
Which function would you use to insert a record into a database in php?
iam mca post graduate in 2010 not getting job in JAVA so iam looking for carear in php as market demand is high so it is best option to try for php or not
How can we connect to a mysql database from a php script?
What are the rules in creating php variable?
What is mysql_fetch_object?