Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. newWin.document.write('<?php echo memoStyle();?>');
  2. <?php
  3.  
  4. foreach($units as $u=>$r){
  5. $output = memoOutput($date, $u, $r, $subject, $body, $user_name);
  6. ?>
  7. newWin.document.write('<?php echo $output;?>');
  8. <?php
  9. }
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement