Differentiate echo and print statement
Differentiate between echo and print statement?
Expert
i) echo() and print() are language constructs in PHP, both the statements are used to output strings. Speed of both the statements is almost same.
ii) echo() can take multiple expressions whereas print() cannot take multiple expressions.
iii) Print return true or false based on success or failure whereas echo doesn't return true or false.
What do you mean by MIME?
15.00 Q : Submit form without using a submit Explain how to submit form without using a submit button?
Explain how to submit form without using a submit button?
Differentiate between $message vs. $$message in PHP?
What is PEAR in PHP?
18,76,764
1939847 Asked
3,689
Active Tutors
1440184
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!