What is the actually used php version?
Answer / Awadhesh Kumar Singh
"The PHP version being used can be checked by calling the PHP_VERSION constant in a script."
| Is This Answer Correct ? | 0 Yes | 0 No |
Which function will you use to create an array?
Which php framework is best for security?
How do I escape data before storing it into the database?
What is difference between str_replace and substr_replace
What is substr() in php? And how it is used?
If i make my selection in State Dropdown list, i would the City and ZipCode dropdown list to be automatically reupdated based on the State i select.(This to avoid the user select a City or Zipcode that does not correspond to the State previously selected.)
Write syntax to open a file in php?
How long does a session last in php?
What is the PHP predefined variable that tells the What types of images that PHP supports?
What is final class and final method in php?
What the difference between the 'bitwise and' operator and the 'logical and' operator?
What is variable give example?