I occasionally put such a data dump in a conditional statement that only shows it to my IP. I have a cable connection that, while technically (and based on Mindspring's mailserver's lookups) is dynamic, has in fact remained the same for a bit over a year now. Anyhow, I found it to be a quick-and-dirty way to restrict some particular functions to myself. I also have a script that creates a web page and directory and some mysql tables, that starts with the line <? if ($_SERVER["REMOTE_ADDR"] != "12.207.205.41") die; where 12.207.205.41 is of course my own IP. I like your suggestion also and might try combining the two, cuz showing the data dump often trashes the layout in a big way. ;) -m On Jan 12, 2006, at 11:48 AM, Jeff Bennett wrote: > I have built an application that generates much of its SQL on > demand and > I wanted to track the queries that were being generated. At first > I was PHP Data object relational mapping generator http://www.metastorage.net/ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-objects/ <*> To unsubscribe from this group, send an email to: php-objects-unsubscribe@xxxxxxxxxxxxxxx <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/