Hosting Fanatic

PHP 101

This section is designed as a storage place for easily accessible trinkets of information. I created it for the flow of traffic that is getting directed at the basic PHP tutorial from the search engines. Hopefully this will get them the info they need without having to read an article full of other stuff.

The Foreach loop is a very handy way to work with array data. Make your life easier and your code neater.
Escape quotation marks in a string by preceding them with a backwards slash. More information here.