How many ways we can give the output to a browser?
Answer Posted / 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 |
Post New Answer View All Answers
How to access a specific character in a string?
What is difference between required and include in php?
What are the difference between overloading and overriding in oops?
How to add comments in php?
How can we display information of a variable and readable by human with php?
Php being an open source is there any support available to it?
What is the use of namespace in php?
Explain how to submit form without a submit button.
What is the basic function to search files for lines (or other units of text) that contain a pattern.
What is a static method php?
How can cross site request forgery csrf be prevented?
What is the function in PHP do not return a timestamp?
What is difference between echo and print_r in php?
How to Retrieve the Session ID of the Current Session?
Which function is used to read a single character from a file in PHP.