PHP Notice: Undefined offset: 1 with array when reading data
Change to or simply: Not every line of your file has a colon in it and therefore explode on it returns an array of size 1. According to php.net possible return values from explode: Returns an array of strings created by splitting the string parameter on boundaries formed by the delimiter. If delimiter is an empty string … Read more