What is the Diff. Between echo() and Print() in PHP?
Answer Posted / hyma
print And echo()both are same.print is a statement.echo is
a method.
| Is This Answer Correct ? | 10 Yes | 43 No |
Post New Answer View All Answers
What is substr() in php? And how it is used?
What is warning – “cannot modify header information – headers already sent”?
Write a program in php to check whether a number is prime or not?
How to convert numbers to strings in php?
Are php sessions secure?
What is helper function?
What is the use of curl()?
Distinguish between urlencode and urldecode?
How to check your php installation?
What is rest api in php?
Tell me what is the use of explode() function?
How do you call a constructor for a parent class?
What is rtrim php?
Why php is sometimes called as embedded scripting language?
How To Get the Uploaded File Information in the Receiving Script?