Advertisement
Guest User

Untitled

a guest
May 22nd, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.07 KB | None | 0 0
  1. $a = include 'post_get.php';
  2.  
  3. if( $a != null ){
  4.     echo $a;
  5.     return;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement