PHP Get Defined Vars

Ever wanted to see the variables in a page? Warning!! It’ll show all of them…. <?php print_r(get_defined_vars()); ?> Related posts:Handling File Downloads with PHP Warning: Cannot modify header information –...

Ever wanted to see the variables in a page? Warning!! It’ll show all of them….

<?php
print_r(get_defined_vars());
?>

Related posts:

  1. Handling File Downloads with PHP
  2. Warning: Cannot modify header information – headers already sent by

This post has had 16 views

Tags: , ,