<?php
function hello(){
$GLOBALS['que'] = 'Refreshing tea is better';
echo 'hello ??? ???????< ;br />';
}
hello();
echo $que;
?>