© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Anatoli Nicolae
Creative Director, Software Architect
What about relying on $GLOBALS var?
$GLOBALS
<?php include "example.php"; function foo($bar) { echo $bar; echo $GLOBALS['bar']; ------------ ------------ } ?>