problem with seting GET value
Posted
by Syom
on Stack Overflow
See other posts from Stack Overflow
or by Syom
Published on 2010-03-19T21:08:34Z
Indexed on
2010/03/19
21:11 UTC
Read the original article
Hit count: 143
in my site i want to set default page to open, using this script
if (!isset($_GET))
{
$_GET['id'] = "home";
}
but it doesn't work. can somebody explain why?
© Stack Overflow or respective owner