How many ways we can give the output to a browser?
Answers were Sorted based on User's Feedback
Answer / devendrarjadav
With the use of echo() and print() function we can give
output to a browser.
| Is This Answer Correct ? | 8 Yes | 0 No |
Use
1. print()
2. echo()
3. printf() functions to give the output to a browser.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / koushikgraj
die('print this value');
will also give output to the browser. but it will stop
execution after this
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jaimin desai
1. print()
2. echo()
3. printf()
4.<?= and?>
| Is This Answer Correct ? | 1 Yes | 1 No |
What is the Pipe Symbol represented?
What is the use of 'print' in php?
What is array filter in php?
What is the purpose of destructor ?
What is the meaning of symbol '$' in jquery?
Hi, I want to upload an image ito database and display image in a table in php how it is possible
How to add comments in php?
What is php full form?
What is php how it works?
Why do we use polymorphism in php?
Xplain is it possible to use com component in php?
What type of errors can be occurred in php?