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
Is runtime polymorphism overriding?
How does php strcmp work?
What is the current php version?
Are php sessions secure?
Applications written to provide a GUI shell for Unix and Linux are called
What is meant by pear in php? What is the purpose of it?
What is the use of preg_match in php?
What is get and post method in php?
Explain what does the expression exception::__tostring means?
Who is the father or inventor of php?
How do you explain independent and dependent variables?
What is a composer in PHP?
What is scope of variable in php?
How to create an empty array in php?
Tell me what is the use of "enctype" attribute in a html form?