What is "echo" in php?



What is "echo" in php?..

Answer / Sateesh Chandra

The `echo` keyword in PHP is used to output one or more strings. For example: `echo 'Hello, World!';`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

List few sensible functions in PHP?

1 Answers  


which function used to get the number of days between two given dates in php

1 Answers  


How to remove a file?

1 Answers  


Which framework is best for php?

1 Answers  


How session works (internal processing of session) ?

3 Answers   ASD Lab, IPSR Solutions,


How do I know my xampp version?

1 Answers  


What is the use of header() function in PHP? What the Limitation of HEADER()?

1 Answers  


What kind of variable is age?

1 Answers  


Applications written to provide a GUI shell for Unix and Linux are called

1 Answers  


How is php different from other languages?

1 Answers  


Is json a string php?

1 Answers  


What is the difference between include and include_once ? Which is one is good in terms of performance ?

2 Answers   Dest,


Categories