<?php
$hongniu = 'I am a soldier, from the common people';
function test()
{
echo 'Executed TEST function<br />';
$GLOBLAS['hongniu'] = 'Helping others is very happy~! ';
}
test();
echo $hongniu;
?>
phpcn_u107282017-07-21 10:01:50
There must be a problem with their server. It means that the result of running on the local server is correct