How can I find what type of images that the PHP version
supports?
Answer / viral shah
Use function phpinfo() and you will get all detail regarding
your server as well as domain.
| Is This Answer Correct ? | 4 Yes | 0 No |
How do you define a constant in php?
Can I use php in html?
Write a PHP code to print following number pattern: 123 456 789
What is the use of hooks?
What are the two types of variables?
What is include in php?
How to get number of days between two given dates using PHP?
How does the identity operator === compare two values?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?
Is it more secure to use cookies to transfer session ids?
What are the advantages of php?
Do you know what's the difference between __sleep and __wakeup?