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 can we check the value of a given variable is alphanumeric?
What are the steps for the payment gateway processing?
Explain what does the unlink() function means?
Why do we use inheritance in php?
What is the output of the ucwords function in this example?
What does $_cookie means?
What is xss and csrf?
What do the initials of php stand for?
Which is not a file-related function in php?
How arrays are used in php?
Tell me how to set a page as a home page in a php based site?
What is php beginner?
Which variable declarations within a class is invalid in php?
What is csrf token in php?
What is singleton design pattern in php?