take data from a txt file and process it in php

0

hello guys excuse me if I do not explain myself well (I'm not a programmer), I hope you can help me with this: I have a .txt file that is updated every day that contains something like this:

canal 122       
20:30   Handball: Paris-SG vs Nantes    (FR)
2:00    NBA: Cleveland Cavaliers vs Los Angeles Lakers  (FR)

canal 123       
20:45   Rugby: Pau vs Agen  (FR)

canal 124       
2:30    NFL: Indianapolis Colts vs Denver Broncos   (FR)

canal 130       
20:00   World Championship Darts    (ENG)
2:30    NFL: Indianapolis Colts vs Denver Broncos   (ENG)

where channel xxx is a tv channel and programming of that channel appears below. that I need to make that when reading the file, the php code puts next to each programming the corresponding channel; example

canal 122 20:30 Handball: Paris-SG vs Nantes    (FR)
canal 122 2:00  NBA: Cleveland Cavaliers vs Los Angeles Lakers  (FR)


canal 123 20:45 Rugby: Pau vs Agen  (FR)


canal 124 2:30  NFL: Indianapolis Colts vs Denver Broncos   (FR)


canal 130 20:00 World Championship Darts    (ENG)
canal 130 2:30  NFL: Indianapolis Colts vs Denver Broncos   (ENG)

I hope you have given me to understand and help me with the code, thank you in advance for your answers.

    
asked by Marlon Camacho Polo 15.12.2017 в 05:02
source

0 answers