Lukas, try using the explode statement, which will break your file into an array of strings, one for each line starting with ":". Or, you could do a string replace to change the ":" into a newline character. Check out the URLs php.net/string and php.net/explode and browse around a bit there, you might find what you're after in the notes that people have contributed.
best,
Eric