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 |
What are the encryption functions available in PHP?
What are the methods to submit form in php?
what is Opern source?
What is the difference between htmlentities() and htmlspecialchars()?
What is php in simple words?
How can I know that a variable is a number or not using a JavaScript?
What is new static in php?
What is the best php framework 2018?
Can we set session value in javascript?
Explain the ternary conditional operator in php?
What is difference between readonly and constant?
Explain the difference between $var and $$var?