L
L
Laguna072017-10-26 15:49:48
PHP
Laguna07, 2017-10-26 15:49:48

How to parse xml file into mysql table using php?

I'm not good with php, so I'm asking for help.
The structure of the xml file looks like this:

<column name="id">...</column> 
  <column name="title">....</column> 
  <column name="parent">95</column> 
  <column name="id_group">50</column> 
  <column name="hide">0</column> 
  <column name="parent_field">13</column> 
  <column name="filename">...</column> 
  <column name="isfilename">1</column> 
  <column name="id_rmapo">...</column> 
  <column name="cycle_students">...</column> 
  <column name="cycle_type">..</column> 
  <column name="cycle_money" /> 
  <column name="cycle_cert">0</column> 
  <column name="cycle_employment">.</colu..mn> 
  <column name="cycle_duration">1</column> 
  <column name="cycle_from">...</column> 
  <column name="cycle_to">....</column> 
  <column name="cycle_quantity">..</column> 
  <column name="cycle_year">2017</column>

The table itself59f1d9c6d1ab3067117640.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Victor Diditsky, 2017-10-26
@GhostSt92

An approximate algorithm that does not take into account your system, connection to the database, etc.:
This is the simplest option. If there are a lot of entries in the file, you need to collect requests for n requests in step 3 and insert them into the database in a batch. But it's out of necessity

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question