How to Import XML Data into Mysql Table Using PHP with Ajax

How to Import XML Data into Mysql Table Using PHP with Ajax

Webslesson

6 лет назад

19,947 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@sylwesterzabielski7883
@sylwesterzabielski7883 - 24.11.2022 18:25

Hello,
it is possible add mapping column the same way as in CSV column mapping? Can you help ?

Ответить
@CarlosDiaz-hx5lg
@CarlosDiaz-hx5lg - 17.12.2020 09:47

Gracias amigo, saludos desde Honduras

Ответить
@radwanalboom916
@radwanalboom916 - 26.04.2020 03:17

Thank you for this great tutorial

Ответить
@rw7799
@rw7799 - 16.04.2020 11:45

Why over complicate? How do I get xml into my database?

I don't want to make an app to do it.

Ответить
@rw7799
@rw7799 - 17.07.2018 23:58

i have a file that has over 50 elements in it... do i have to actually sit there and type in every table column i need?

Also you chose 1 table not many... do a real one for real life.

Ответить
@Honikman007
@Honikman007 - 22.05.2018 20:11

I think this is way over my head, but it would help to have narration that sounds like a person and not whatever it is you have going on here.

Ответить
@javiercarracedo1760
@javiercarracedo1760 - 02.05.2018 00:35

Great tutorial! But is better that you insert this code in the sql file. Then the sql file is more complete.


CREATE DATABASE IF NOT EXISTS `testing` /*!40100 DEFAULT CHARACTER SET utf8 */;
USE `testing`;

Ответить
@emilyrosin1369
@emilyrosin1369 - 01.11.2017 07:04

Can I ask, for the $statement->execute(
array(
what would I put if the information that I want is within a node within a node within a node? For example, would I write it like '':firstname' => $data->Machine->OperatorDefinition->ContactInformation[$i]->FirstName,

Ответить
@cyrilmarvinrana2072
@cyrilmarvinrana2072 - 25.10.2017 16:15

How to backup the database in php w/o phpmyadmin panel in sql format?

Ответить
@bdscienceclub
@bdscienceclub - 23.09.2017 04:05

Sir how can sum of price column using oops

Ответить
@rajeshk.gaikwad313
@rajeshk.gaikwad313 - 22.09.2017 20:34

Nice tutorial :)

Ответить