print all variables
Posted: Mon Jun 09, 2008 6:39 am
Hello Everyone,
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.
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.