Tell us how can we display the output directly to the browser?



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

Post New Answer

More PHP Interview Questions

Difference between mysql_connect and mysql_pconnect in php?

2 Answers  


Is string php function?

1 Answers  


What are the string functions in php?

1 Answers  


Does php need to be installed?

1 Answers  


Which database is best for php?

1 Answers  


How to replace a substring in a given string in php?

1 Answers  


How many Types of COmments are there in PHP and what are they?

4 Answers  


How is the ternary conditional operator used in php?

1 Answers  


Is null check in php?

1 Answers  


Is null in php?

1 Answers  


What percentage of websites use php?

1 Answers  


Explain Parsing and Execution in PHP? Where PHP Engine Return errors?

3 Answers   CMC,


Categories