Which is better #define or enum?
No Answer is Posted For this Question
Be the First to Post Answer
How can you "tell" MySQL server to cache a query?
What is form submission?
How to swap two variables without using 3rd temp variable.
What is cookie in php with example?
What does the unset() function means?
What is phpsessid?
What is sticky form in php?
hi recently i had faced an interview in that they asked me that php have faced the problem of y2k so which one is that year like 2030,2059 not remember exact year anybody will tell me pls?
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 )
What is the tags in PHP is not a valid way to begin and end a PHP code block?
Is apache needed for php?
What is escape data in php?