What is the Diff. Between echo() and Print() in PHP?
Answer Posted / ajeet singh
Ajeet: echo can take multiple expressions but print can take
only one
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Write syntax to open a file in php?
How to support multiple-page forms?
Is it possible multiple inheritance in php?
Explain what is the difference between $var and $$var?
How long does a php session last for?
What is the correct php command to use to catch any error messages within the code?
Is php pass by reference or value?
What is the use of print_r function in php?
Can you define an argument as a reference type?
Explain what are some new features introduced in php7?
How send email using php?
What are the functions for imap?
How long is a php session valid?
What are php errors?
What is php destruct?