How many ways we can give the output to a browser?
Answer Posted / devendrarjadav
With the use of echo() and print() function we can give
output to a browser.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is string and its function?
What is the difference between html and php?
What is a static method php?
How can we determine whether a variable is set?
Do csrf tokens expire?
Can you specify the "new line" character in single-quoted strings?
Is php better than java?
How to enable cURL in PHP?
How do you find the length of a string in php?
What is the best way to change the key without changing the value of a php array element?
What are the php variables?
How do you display the output directly to the browser?
Explain how to execute a php script using command line.
What is difference between echo and print_r in php?
How can php and html interact?