get methos and global vars
Posted: Tue Jan 06, 2004 8:11 am
is it possible that variables that sent using get method are global's withogu using
?
Code: Select all
<?phpparse_str($_SERVER['QUERY_STRING']);
?>