Output From PHP
The first thing you want to know in any language is "How do I print stuff?". Here I'll show you how to write output from PHP.
1. The Basics
To generate output, PHP has a language construct called echo (and a similar one called print. Note that parent...
webartisan.info3 min read