Answer Posted / usha
PHP stands for Personal Home Page or Hypertext PreProcessor.
PHP is a server side scripting language and it is an
Open Source Language.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How to merge values of two arrays into a single array?
What are the new features available in php 7?
What are the new features in php 7?
What is in a cookie?
Explain what does $_server means?
Explain converting an object?
What is associative array in php?
Is python similar to php?
What type of operation is needed when passing values through a form or an url?
Which functions are used to remove whitespaces from the string?
How failures in execution are handled with include() and require() functions?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
Tell me what is the difference between the functions strstr() and stristr()?
What's the difference between accessing a class method via -> and via ::?