Advertisement
androidmaker155

aser

Jun 14th, 2016
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1.  
  2. PHP
  3. function cetakNama()
  4. {
  5.     include 'identitas.php';
  6.     echo $nama;
  7. }
  8. cetakNama(); // Agus
  9. echo $nama; // error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement