How to display/hide page-level debugging information on .php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
zztop7
Forum Newbie
Posts: 1
Joined: Thu Dec 25, 2008 3:25 pm

How to display/hide page-level debugging information on .php

Post by zztop7 »

Hi,

I have a basic question that I hope someone can answer. How do you display (as well as hide) page-level run-time debugging (or trace) inforamtion from the php page?

This information is usually displayed at the end of the page and includes information such as:

Memory Usage
Benchmarks
URI Strings
GET DATA
POST BACK
QUERIES

Here is an example of the page that displays it: http://test.allmovie.com/dvd/awake-185931

Please help!!
Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: How to display/hide page-level debugging information on .php

Post by Mark Baker »

Put it in a hidden div
Post Reply