Page 1 of 1

Parse xml files

Posted: Sat Dec 25, 2021 5:35 pm
by yvesf
I would like to parse an xml file after having uploaded it. Each node would correspond to a column in the database. Is there any example presenting how to perform that ? idem with .csv file.
Thx for your help, Yves

Re: Parse xml files

Posted: Sat Dec 25, 2021 5:47 pm
by kev1n
Google for
xml to mysql php

Re: Parse xml files

Posted: Sat Dec 25, 2021 6:56 pm
by yvesf
thx Kev1n, brilliant