Page 1 of 1

get methos and global vars

Posted: Tue Jan 06, 2004 8:11 am
by pelegk2
is it possible that variables that sent using get method are global's withogu using

Code: Select all

<?phpparse_str($_SERVER['QUERY_STRING']);

?>
?

Posted: Tue Jan 06, 2004 8:32 am
by JayBird
if you turn register_globals on in the php.ini, that would do it

Posted: Wed Jan 07, 2004 12:55 am
by pelegk2
ok thanks