How can we display the output directly to the browser?



How can we display the output directly to the browser?..

Answer / Kaushlendra Pratap Singh

"In PHP, you can use the echo keyword or print() function to display output directly to the browser: `echo 'OUTPUT';` or `print('OUTPUT');`"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

What are the encryption functions available in PHP?

1 Answers  


What are the methods to submit form in php?

1 Answers  


what is Opern source?

3 Answers  


What is the difference between htmlentities() and htmlspecialchars()?

0 Answers  


What is php in simple words?

1 Answers  


How can I know that a variable is a number or not using a JavaScript?

2 Answers  


What is new static in php?

1 Answers  


What is the best php framework 2018?

1 Answers  


Can we set session value in javascript?

1 Answers  


Explain the ternary conditional operator in php?

1 Answers  


What is difference between readonly and constant?

1 Answers  


Explain the difference between $var and $$var?

1 Answers  


Categories