Which are the best start and end tags to use?
No Answer is Posted For this Question
Be the First to Post Answer
How do you display the output directly to the browser?
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 )
Tell me how is it possible to propagate a session id?
List out the predefined classes in PHP?
what is the difference between ph4 and php5
how we can retrive data in pdf along php mysql?
how to track user logged out or not? when a user is idle?
List some features of php that are deprecated in php
Write a program to swap two numbers using php.
sort term descripttion form, report and uery
What does the function get_magic_quotes_gpc() means?
how we can crop an image and how we can display it..