Jump to content

What does undefined index mean?


asmith6

Recommended Posts

I've tried multiple mysql tutorials thus far and some of them, have codes like this:

$Page = $_GET["BLAH"];

if(!$_GET["BLAH"])

, I get an error of "Notice: Undefined Index: BLAH" in the file location and line number.

 

Does anybody know what undefined index means and how I can patch up the problem? Thanks!

Link to comment
https://forums.phpfreaks.com/topic/231216-what-does-undefined-index-mean/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.