$_GET
Posted: Sat May 16, 2009 12:44 pm
I'm trying to learn php coding via installing ready GNU scripts.
I allways get the following error because of $_GET and $_REQUEST :
Notice: Undefined index: buildall in D:\wamp\www\gallery\gg1\index.php on line 839
and the line 839 is : if(is_numeric($_GET["buildall"]))
As far as I understand it's because the variable used with these two codes are not defined, but I don't know how to solve it.
Please somebody help me.
I allways get the following error because of $_GET and $_REQUEST :
Notice: Undefined index: buildall in D:\wamp\www\gallery\gg1\index.php on line 839
and the line 839 is : if(is_numeric($_GET["buildall"]))
As far as I understand it's because the variable used with these two codes are not defined, but I don't know how to solve it.
Please somebody help me.