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

What Is a Persistent Cookie?

0 Answers  


i want simple programs in php and outputs and how to use in web developed side in php briefly explined in exmple

2 Answers  


How can I convert ereg expressions to preg in php?

0 Answers  


What is cms php?

0 Answers  


How can i send a HTML file to mail account.

2 Answers  






What is isset post?

0 Answers  


What is php resource type?

0 Answers  


i have designed a registration form in html (registration.html) and to insert user details in database i have designed a submit form in php (submit_registration.php) but when i click on submit button in registration.html it opens a dialogue box which asks for open or save php(submit_registration.php) even though i have already installed apache HTTP server and php version 5 on my computer and i am using mysql as backend. plz suggest me what should i do????

3 Answers  


How do you pass a variable by value in php?

0 Answers  


Explain $_FILES Superglobal Array?

0 Answers  


How to remove duplicate values from php array?

0 Answers  


Which is better get or post method?

0 Answers  


Categories