Advertisement
Guest User

Untitled

a guest
Sep 7th, 2012
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. $return_this = '';
  2. $return_this .= '<pre>';
  3. $return_this .= print_r($_RESPONSE, TRUE);
  4. $return_this .= '</pre>';
  5. return $return_this;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement