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 |
How to remove an empty directory?
What is strcmp () in php?
How can you declare a constant variable in php?
for image work which library?
How do you access a get requests url parameter with php?
What is Apache's configuration file typically called?
What distinguishes php from something like client side java script?
How to define a function with any number of arguments?
Describe the security vulnerability of PHP?
Tell me what are magic methods?
what is nl2br?
Can you define an argument as a reference type?