$x = 75; function myfunction() { echo $GLOBALS['x']; } myfunction()