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
How to remove the new line character from the end of a text line?
What is composer json?
What is the difference between substr() and strstr()?
Tell me what is the main difference between php 4 and php 5?
What's the difference between using mysql_ functions and pdo?
Which php framework is best for web development?
Does PHP 5 support exceptions? State Whether True or False?
Tell me how can we determine whether a variable is set?
Tell me how comfortable are you with writing html entirely by hand?
What is include in php?
What is scope of variable in php?
Is age nominal or ordinal?
What is the use of array_search() in php?
Tell me how can you pass a variable by reference?
What is php oops concepts?