How many ways we can give the output to a browser?
Answer Posted / lekha r nair
Use
1. print()
2. echo()
3. printf() functions to give the output to a browser.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to get a random value from a php array?
How to check an key is exists in array?
Tell us how to redirect a page in php?
When sessions ends?
How to redirect https to http url through .htaccess?
Tell me what is the difference between exception::getmessage and exception::getline?
Which function is used in php to delete a file?
What is the function to count elements in an array in PHP?
What is the php function that removes the first element of the array and returns it?
Tell me when a conditional statement is ended with an endif?
Is array function in php?
Write down the code for save an uploaded file using php?
What is strlen function in php?
What is different types of visibility?
Why we use get in php?