What is PHP's configuration file called?
No Answer is Posted For this Question
Be the First to Post Answer
What is the maximum size of a file that can be uploaded using PHP and how can we change this?
Different between the var_dump() and print_r()?
what is the scope of php in the future if any other language is developed then may be php is loss ???
What is the default session time in php?
how to include external php file in to html page?
What is the difference between runtime exception and compile time exception?
How to access a specific character in a string using php?
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 is csrf token generated?
What's the output of the ucwords function in this example?
What is the diffrence between GET,POST and REQUEST Method.
how to get the value in script values