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

Which is better session or cookie?

0 Answers  


Explain what are psrs?

0 Answers  


What are the uses of explode() function?

0 Answers  


What are the benefits of composer?

0 Answers  


What is the use of header() function in php?

0 Answers  






how to run PHP in command line?

8 Answers   InfoShore, Ramp Green, Xtreeme,


What does the function get_magic_quotes_gpc() means?

0 Answers  


What is the difference between implode() and explode() in php?

0 Answers  


What are the 5 types of variables?

0 Answers  


Tell me how is it possible to parse a configuration file?

0 Answers  


Tell me how stop the execution of a php scrip?

0 Answers  


Write a PHP code to print following number pattern: 123 456 789

5 Answers  


Categories