0

I'm running php/codeigniter. could somone give me any clues?

Himmators
  • 14,278
  • 36
  • 132
  • 223
  • In the future, you should just Google something like "php undefined index". Several million answers are immediately presented to you. – treeface Nov 25 '10 at 00:17
  • 3
    @treeface, one of the goals of SO was to have a site where these types of answers can be found. "You should just Google" is not in the spirit of this site. – eyelidlessness Dec 06 '10 at 23:21

2 Answers2

3

means that something like $var['host'] was used without being defined beforehand

bcosca
  • 17,371
  • 5
  • 40
  • 51
2

See also:

PHP: "Notice: Undefined variable", "Notice: Undefined index", and "Notice: Undefined offset"

Community
  • 1
  • 1
mario
  • 144,265
  • 20
  • 237
  • 291