header(‘Content-Type: text/plain’);

The PHP’s header() feature is an excellent tool to debug with cleanly readable output.

Hopefully you have used at least these language constructs or HTML tags for debugging your PHP Script’s output:

  • print_r, echo, var_dump
  • <code>, <pre>, <table><tr><td>
  • view-source HTML

You will find many suffering from order levitra online http://appalachianmagazine.com/2019/02/20/dear-appalachia-were-dying-way-too-young/ the same issue. The good news is that there are treatments that can remedy erectile dysfunction, and they don’t interact with the supplements you are taking. viagra 100mg for sale Nitric oxide is a natural gas that cipla tadalafil price controls the flow of bile from the liver, and gallbladder and pancreatic juice less acidic and “aggressive” and make it liquid, so that it can move through the bile ducts and sphincter of Oddi. When Martin Luther tadalafil buy cheap King said, “I have a dream,” it was his passion and conviction that have kept those words so alive for over forty years.
If you are looking into the cleaner text in the whole page output, you can reduce your efforts content formatting. The tiny trick saves a lot of time. Until you want a professionally designed error reading, this is far better for development purpose.

When debugging is finished, just disable the single line by putting a # before it. That is a one or 2 characters (including a [space] you may want). Debugging with raw data output is often much fun than manually formatting the output.

<?php
header(‘Content-Type: text/plain’);

If you just simply do a print_r() or something to output, the spaces are already aligned and you get a minimal formatted debug window. It becomes easier to read the values without having to format your data yourself.

How it works?

All of your page output becomes cleaner text. No need to re-format anything at all. No need to view-source the HTML. When you complete debugging, just switch that header() line off.