Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
58
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. echo $bla->id; //works fine.. it print perfect.. value come from other part of code sql query
  4.  
  5. function foo() {
  6.  
  7. echo $bla->id; //doesn't work
  8.  
  9. }
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement