Is there any differents between $GLOBALS["test"] and global $test?
- by PHP-Prabhu
can any one please let me know the basic differences between
$GLOBALS["test"] and global $test
and, will it make sense that, if i use $GLOBALS["test"] instead of $_SESSION['test']?