PHP - making a backslash display

Many editors and environments won't let you display a \. This is espacially true of PHP driven sites.

The solution is to replace the \ with \\\. This will then appear on your page as just a \.