|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Undefined index:
I know this is simple, but I am having a brain cramp.
I have these running all over my site. Notice: Undefined index: status in (path)/filename.php line 45 Can someone help relieve my cramp?? |
|
#2
|
||||
|
||||
|
Undefined index means you are trying to read an element from an array that isn't there. This is most comment when you try to read something from the $_POST array when there is no POST data, but it can be any array.
Fix this by putting an PHP Code:
in front of the offending line. |
|
#3
|
||||
|
||||
|
If the error is still unresolved, pasting the line 45 might help us determine your problem.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > Undefined index: |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|