I have a league for a game where we get exports after every session in HTML
format
It is broken down into 3 sections and each section has a Table with the
results
Right now I have to create 3 csv files manually out of it
I would like to learn how to create a PHP script that can parse the data for
me out of the html results and create the csv files that I need
Can anyone give me some good (for newbie) references on where I can go to
learn how to do this? I have been searching for a few days and I have not
really been able to find anything that helps me.
Thank you in advance
format
It is broken down into 3 sections and each section has a Table with the
results
Right now I have to create 3 csv files manually out of it
I would like to learn how to create a PHP script that can parse the data for
me out of the html results and create the csv files that I need
Can anyone give me some good (for newbie) references on where I can go to
learn how to do this? I have been searching for a few days and I have not
really been able to find anything that helps me.
Thank you in advance
Comment