I just started working with PHP and I'm trying to learn how to pull information out of text files. The project I'm trying to complete involves taking certain information out of a text file which is a rift generated combat log. After googling around for awhile I've found some cool things such as preg_match but I'm not sure if that would work for my situation.
This is the combat log
CombatLog.txt 8k .txt file
What I need out of the file:
-Example for second line of the text document-
Time-18:50:56
Action number: 23
Character name: Udoelerhard
Target name: Boss Practice Dummy
Damage or healing dealt: 1048
Any suggestions are welcome
. Thanks!
This is the combat log
CombatLog.txt 8k .txt file
What I need out of the file:
-Example for second line of the text document-
Time-18:50:56
Action number: 23
Character name: Udoelerhard
Target name: Boss Practice Dummy
Damage or healing dealt: 1048
Any suggestions are welcome
. Thanks!







