How many ways we can give the output to a browser?

Answers were Sorted based on User's Feedback



How many ways we can give the output to a browser?..

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

How many ways we can give the output to a browser?..

Answer / lekha r nair

Use
1. print()
2. echo()
3. printf() functions to give the output to a browser.

Is This Answer Correct ?    6 Yes 0 No

How many ways we can give the output to a browser?..

Answer / sanjeev

1. print()
2. echo()
3. printf()

Is This Answer Correct ?    4 Yes 0 No

How many ways we can give the output to a browser?..

Answer / tanusree

echo
print()

Is This Answer Correct ?    1 Yes 0 No

How many ways we can give the output to a browser?..

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

How many ways we can give the output to a browser?..

Answer / jaimin desai

1. print()
2. echo()
3. printf()
4.<?= and?>

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More PHP Interview Questions

How to remove an empty directory?

0 Answers  


What is strcmp () in php?

0 Answers  


How can you declare a constant variable in php?

0 Answers  


for image work which library?

0 Answers  


How do you access a get requests url parameter with php?

0 Answers  


What is Apache's configuration file typically called?

0 Answers  


What distinguishes php from something like client side java script?

0 Answers  


How to define a function with any number of arguments?

0 Answers  


Describe the security vulnerability of PHP?

0 Answers  


Tell me what are magic methods?

0 Answers  


what is nl2br?

4 Answers  


Can you define an argument as a reference type?

0 Answers  


Categories