<?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;
?>
There must be a problem with their server. It means that the result of running on the local server is correct
Here I go, I entered the wrong word. global is correct. GLOBLAS
There must be a problem with their server. It means that the result of running on the local server is correct
Here I go, I entered the wrong word. global is correct. GLOBLAS