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
What are the functions to be used to get the image's properties (size, width and height)?
How will you calculate days between two dates in PHP?
What exactly is PHP?
How to convert numbers to strings in php?
How do you access a get requests url parameter with php?
What does the function get_magic_quotes_gpc() means?
How can we access the data sent through the url with the post method?
What is the maximum size of a table in mysql?
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
Does php need to be installed?
What is php and why it is used?
Explain the advantages of using PHP?
What is php artisan tinker?
Is python similar to php?
Write down the code for save an uploaded file using php?