Advertisement
rogerin

Untitled

Mar 15th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php
  2. $retorn = $_REQUEST;
  3.  
  4. foreach($retorn as $a => $b):
  5.     echo $a .' = ' .$b . ' <br/>';
  6. endforeach;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement