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 good is polymorphism?
Which is better php or wordpress?
What is the name of the scripting engine that powers PHP?
How do I run a php script in windows?
What is the difference between characters 23 and x23?
What is the use session in php?
Tell me can you extend a final defined class?
Does facebook use php framework?
How to remove an empty directory?
Tell me how do I check if a given variable is empty?
Explain what is the difference between for and foreach?
Who is the father of PHP and explain the changes in PHP versions?
13 Answers Befree, iMark Group, Netizen,