Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2.  
  3. include('functions.php');
  4.  
  5. $name = 'derek'
  6.  
  7. functionEmail();
  8.  
  9. ?>
  10.  
  11. functions.php
  12.  
  13. <?
  14.  
  15. function functionEmail(){
  16.  
  17. $recip = $name;
  18.  
  19. }
  20.  
  21. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement