Is there a way to output my data and tables using a php version of SHOW? Doesn't have to be pretty HTML just output to screen
If you're referring to PHP data types (arrays, strings, ints etc) you could use either var_dump() or print_r().
-- Richard Heyes +44 (0)844 801 1072 http://www.websupportsolutions.co.uk Knowledge Base and HelpDesk software that can cut the cost of online support -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php