Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <?php if($connected): ?>
  2. <?php $result = array_merge( $connected, $documentazioni ); ?>
  3. <?php else: ?>
  4. <?php $result = $documentazioni ?>
  5. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement