How can I display all the variables (without specifying the variable names)?? just like
print_r($_POST) , which will show all the (reachable/live variable )with name and there current values .
(I think this will be very helpfully for debugging) the reply will be really appreciated.