What is an object in php?
No Answer is Posted For this Question
Be the First to Post Answer
What are default session time and path?
What is the default session time in PHP and how can I change it?
how to convert PHP code in to java code
When is a conditional statement ended with endif?
How can we register the variables into a Session?
7 Answers HCL, Star Computers, Trikon Networks,
What is the meaning of "enctype= multipart/form-data" ?
Tell me which programming language does php resemble to?
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 check a variable is array or not in php?
How to call php function from javascript using ajax?
What are the differences between PHP 3 and PHP 4 and PHP 5?
How can i execute PHP File using Command Line?