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 |
List some sorting functions in php?
How many functions are there in php?
How to download file in php?
How is it possible to know the number of rows returned in result set?
what is the dirrence in PHP4 & PHP5 . ?
Write a program to find the factorial of a number in php?
What are the current versions of apache, PHP, and mysql?
Explain why would we use === instead of ==?
What is the purpose of the '.myd' file extension? What do thes file contain?
What are the characteristics of php variables?
What type of headers have to add in the mail function in which file a attached?
What is regular expression in javascript?