BR41N-FCK
0
Q:

php undefined index

// Your array index has no value or is not referencing anything,
// The easiest way to overcome this is to simply check whether
// it has been defined
if (isset($arr[$i])) {
	// Do something
}
4
// Before using $_POST['value']    if (isset($_POST['value']))    {              // Instructions if $_POST['value'] exist    }    
0

New to Communities?

Join the community