What is the difference between echo and print statement?
Answer Posted / anz
Both are language constructs, print returns a value.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Which array function checks if the particular key exists in the array?
Name some of the popular frameworks in php.
Tell me how can we check the value of a given variable is alphanumeric?
What is the use of nl2br() in php?
What is the difference between javascript and php?
Tell me what does the initials of php stand for?
Do I need apache for php?
How break and continue while loop in php?
How long is a php session valid?
Tell me what is the difference between the functions strstr() and stristr()?
What is the use of isset() in php?
What is the function file_get_contents() usefull for?
What is cakephp framework?
Explain about objects in PHP?
What is design pattern? Explain all including singleton pattern?