this should work:
in your snippet:
<?php $GLOBALS['color'] = "now is red"; ?>
in your template:
<?php echo $GLOBALS['color'] ?>
this should work:
in your snippet:
<?php $GLOBALS['color'] = "now is red"; ?>
in your template:
<?php echo $GLOBALS['color'] ?>