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
How to find datatype of variable in php?
What is the correct php command to use to catch any error messages within the code?
Declare a new variable in php equal to the number 3;
Does wordpress still use php?
What is singleton pattern in php?
What is the use of header() function in php?
What kind of things have you done on the social side?
What are the main error types in php and how do they differ?
Is it possible to use com component in php?
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
Do you know what's the difference between __sleep and __wakeup?
How to submit form without a submit button.
What is move_uploaded_file in php?
Which operator is used to concatenate two strings in PHP?
Tell me what is the actually used php version?