Advertisement
Guest User

sfd

a guest
Jan 1st, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //in file demo.php
  2. <?php include'includes/start.php';
  3. //function page(){return 2;}
  4. $page=2;
  5. include'includes/tpl_function.php';
  6.  
  7. //and i want to access $page in tpl_function.php and its not working also tried by making global but not success
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement