Tell us how can we display the output directly to the browser?
Answer / Md Jamil Ahmad
In PHP, you can display output directly to the browser using the `echo` statement or by printing variables using the `print()` function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between mysql_connect and mysql_pconnect in php?
Is string php function?
What are the string functions in php?
Does php need to be installed?
Which database is best for php?
How to replace a substring in a given string in php?
How many Types of COmments are there in PHP and what are they?
How is the ternary conditional operator used in php?
Is null check in php?
Is null in php?
What percentage of websites use php?
Explain Parsing and Execution in PHP? Where PHP Engine Return errors?