K
K
Kirill Petrov2015-02-03 17:27:40
PHP
Kirill Petrov, 2015-02-03 17:27:40

How to import categories from string in php?

There are lines:

Товар;Тип1;Тип2
Товар;Тип1;Тип3
Товар;Тип1;Тип3;Тип4
Услуга;Тип1;Тип2

How to write a PHP script to convert to a tree structure in a MySQL database
As a result, I want to get this:
table.png
Where pid is the id of the highest category

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
iliyaisd, 2015-02-03
@iliyaisd

a) replace the specified structure with regular SQL queries (it is very convenient in Notepad++)
b) use a service like www.convertcsv.com/csv-to-sql.htm
c) there is an import from CSV in phpMyAdmin

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question