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

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ธ.ค. 2024

ความคิดเห็น • 13

  • @sylwesterzabielski7883
    @sylwesterzabielski7883 2 ปีที่แล้ว

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

  • @emilyrosin1369
    @emilyrosin1369 7 ปีที่แล้ว

    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,

  • @CarlosDiaz-hx5lg
    @CarlosDiaz-hx5lg 4 ปีที่แล้ว

    Gracias amigo, saludos desde Honduras

  • @rw7799
    @rw7799 4 ปีที่แล้ว

    Why over complicate? How do I get xml into my database?
    I don't want to make an app to do it.

  • @bdscienceclub
    @bdscienceclub 7 ปีที่แล้ว

    Sir how can sum of price column using oops

  • @cyrilmarvinrana2072
    @cyrilmarvinrana2072 7 ปีที่แล้ว

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

  • @rw7799
    @rw7799 6 ปีที่แล้ว

    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.

  • @radwanalboom916
    @radwanalboom916 4 ปีที่แล้ว

    Thank you for this great tutorial

  • @rajeshk.gaikwad313
    @rajeshk.gaikwad313 7 ปีที่แล้ว

    Nice tutorial :)

    • @webslesson
      @webslesson  7 ปีที่แล้ว

      Thank you Rajesh K. Gaikwad for your gracious words.

  • @Honikman007
    @Honikman007 6 ปีที่แล้ว

    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 6 ปีที่แล้ว

    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`;