Just wanted to get something into this forum and I use this quite a bit:


PHP Code:
echo '<pre>' print_r($var,true) . '</pre>'

this is a great way to echo or print out php array values from CSV, a Database, or some other array

change $var to whatever your variable is