|
Output from your PHP programs is quite boring unfortunately. All the content is just
output in the browser's default font. It is easy, to format your text using
HTML. This is because, as we know that the PHP is a server side scripting language,
code is been executed before the page is sent to browser. This means, only the resulting
information from script is sent, so in the above example, the browser would just sent the text:
|