02.php <?php $color = 'green'; $fruit = 'apple'; ?>
01.php <?php echo "A $color $fruit"; // A include '02.php'; echo "A $color $fruit"; // A green apple ?>