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
Tell me will a comparison of an integer 12 and a string "13" work in php?
What is the difference between echo, print and printf()?
Explain about looping in PHP?
Is rent a variable cost?
How to add comments in php?
What is php and its uses?
What language is php written in?
Which php framework is best for web development?
What is oops php?
How do you put a space in html?
What does $_env mean?
What are string functions?
What is good average session duration?
Explain me soundex() and metaphone()?
Tell me what are sql injections, how do you prevent them and what are the best practices?