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
Write a program to find no of days between two dates in php?
Does php has a future?
Explain the difference between require() and require_once()?
Which php global variable is used for uploading a file?
Explain what are some new features introduced in php7?
What is config file in php?
Does php support polymorphism?
Is variable name casesensitive in php?
How to access a specific character in a string using php?
Explain about the data types in PHP?
What is an array in php?
What are the two types of variables?
How to execute an sql query?
What are different types of runtime errors in php?
Is php a low level language?