he there, not a big deal, but i wonder if its somehow possible to return the name of a variable in php? so when i have $mystuffinhere it should simply return "mystuffinhere" just have my own "print_r()" function i use during testing to see what im working with, and it would be cool if i could also print out the name of the variable instead of just "array: ....", because it can be a bit confusing if i print out 5 arrays on the same page.
First version http://www.php.net/manual/en/language.variables.php#49997 Shorter version http://www.php.net/manual/en/language.variables.php#76245