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,
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.
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`;
Hello,
it is possible add mapping column the same way as in CSV column mapping? Can you help ?
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,
Gracias amigo, saludos desde Honduras
Why over complicate? How do I get xml into my database?
I don't want to make an app to do it.
Sir how can sum of price column using oops
How to backup the database in php w/o phpmyadmin panel in sql format?
export tab
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.
Thank you for this great tutorial
Nice tutorial :)
Thank you Rajesh K. Gaikwad for your gracious words.
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.
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`;