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
What is array filter in php?
What is the default time in seconds for which session data is considered valid?
Why do we need abstract class in php?
How to enable parsing?
What is the difference between single-quoted and double-quoted strings in php?
How many types of errors in php?
Tell me how comfortable are you with writing html entirely by hand?
How come the code works, but doesn’t for two-dimensional array of mine?
What are the design patterns in php?
What is php built on?
What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
How many functions are there in php?
What are form input html tags?
What is the sign to start variables in PHP?
How many open modes available when a file open in PHP?