Output a string on browser


What are you using to output a string to the browser?

We would usually use print() to write to the browser, although we could use echo() with the same results