vasion
Questions Asked
1 answer
how to stop notice 8 undefined index from appearing
i am using cake to generate a json. when the notice appears, the json is no longer valid. I have...
Answers
There no answers yet.
Comments
- Member since:
- January 21st, 2010
- Last active:
- 2010-01-21 22:33:42
- Questions asked:
- 1
- Answers:
- 0
- Correct Answers:
- 0
- Comments:
- 2
how to stop notice 8 undefined index from appearing
the answer is correct, my problem was in how i was checking. see my comment on the questionhow to stop notice 8 undefined index from appearing
the solution is: instead of using (!$_post[]) to check if the key exists, use the php function for this, which is **array_key_exists**