Re: [PHP] PHP/MYSQL/XML Conversion

2007-07-23 Thread Chris
Kelvin Park wrote: I'm trying to convert joined multiple database table to one xml file. Is it more efficient to initially, join multiple (more that 4 tables) together to produce XML file, or convert every table in to XML file and use those XML files to relate data? I'd make the database do a

Re: [PHP] PHP/MYSQL/XML Conversion

2007-07-23 Thread Nathan Nobbe
certainly it is better to use the database, as it is designed for such a purpose. -nathan On 7/23/07, Kelvin Park <[EMAIL PROTECTED]> wrote: I'm trying to convert joined multiple database table to one xml file. Is it more efficient to initially, join multiple (more that 4 tables) together to p

[PHP] PHP/MYSQL/XML Conversion

2007-07-23 Thread Kelvin Park
I'm trying to convert joined multiple database table to one xml file. Is it more efficient to initially, join multiple (more that 4 tables) together to produce XML file, or convert every table in to XML file and use those XML files to relate data? -- PHP General Mailing List (http://www.php.ne

Re: [PHP] mysql -> xml

2002-11-26 Thread @ Edwin
Hello, "Snijders, Mark" <[EMAIL PROTECTED]> wrote: > hello, > > For connection data between my site, and another site, I need to export my > MySql data to a XML file. > > Does anybody know any excisting scripts for this? so I don't have to make it > all myself? Have you checked the latest versio

[PHP] mysql -> xml

2002-11-26 Thread Snijders, Mark
hello, For connection data between my site, and another site, I need to export my MySql data to a XML file. Does anybody know any excisting scripts for this? so I don't have to make it all myself? Thanks, Mark Snijders -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

RE: [PHP] convert access to JAVA PHP mysql Xml Soap

2002-05-01 Thread Steve Bradwell
D] Subject: RE: [PHP] convert access to JAVA PHP mysql Xml Soap Gee, why didn't you copy all of the lists on your wonderful reply to my message? I'm not trying to "cock up life", whatever that is. I'm just trying to stop people like you from wasting everyone's time. Do

Re: [PHP] convert access to JAVA PHP mysql Xml Soap

2002-05-01 Thread Kirk Babb
unning. > > v/r > > John Holmes > > > -Original Message- > > From: Jacky Kenna [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, May 01, 2002 5:17 AM > > To: [EMAIL PROTECTED] > > Subject: RE: [PHP] convert access to JAVA PHP mysql Xml Soap > >

RE: [PHP] convert access to JAVA PHP mysql Xml Soap

2002-05-01 Thread Brian Drexler
Ouchsucks to be that guy/company -Original Message- From: John Holmes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 11:45 AM To: [EMAIL PROTECTED] Cc: 'PHP General'; [EMAIL PROTECTED] Subject: RE: [PHP] convert access to JAVA PHP mysql Xml Soap Gee, why

RE: [PHP] convert access to JAVA PHP mysql Xml Soap

2002-05-01 Thread John Holmes
John Holmes > -Original Message- > From: Jacky Kenna [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 01, 2002 5:17 AM > To: [EMAIL PROTECTED] > Subject: RE: [PHP] convert access to JAVA PHP mysql Xml Soap > > Wonderful that you have the time to reply. Must be sitti

RE: [PHP] convert access to JAVA PHP mysql Xml Soap

2002-05-01 Thread John Holmes
p- > [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [PHP] convert access to JAVA PHP mysql Xml Soap > > > Hi We are a publishing company based in London. We have developed a > multi-user > MS Access contact management and bookkeeping database system which we

[PHP] convert access to JAVA PHP mysql Xml Soap

2002-05-01 Thread Jacky Kenna
Hi We are a publishing company based in London. We have developed a multi-user MS Access contact management and bookkeeping database system which we want to adapt / re-write such that it can be used over the web ( ASP) using Internet Explorer (or similar) from any location, as our clients would

RE: [PHP] RE: PHP/MySQL/XML

2002-04-01 Thread Hunter, Ray
; From: Erik Price [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 01, 2002 4:12 PM > To: Jay Fitzgerald > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] RE: PHP/MySQL/XML > > > > On Monday, April 1, 2002, at 05:09 PM, Jay Fitzgerald wrote: > > > OkThanks to

Re: [PHP] RE: PHP/MySQL/XML

2002-04-01 Thread Erik Price
On Monday, April 1, 2002, at 05:09 PM, Jay Fitzgerald wrote: > OkThanks to all those who are helping me (sorry for > cross-posting)... That's okay. This script looks a lot better -- because you can actually -do- something with the output! :) > My scripts are working great except for o

[PHP] RE: PHP/MySQL/XML

2002-04-01 Thread Jay Fitzgerald
OkThanks to all those who are helping me (sorry for cross-posting)... My scripts are working great except for one thingwhen it queries the db there are some fields that have a NULL value, thus when it writes the XML file it does this: What I would like to do is either place an   in th

Re: [PHP] PHP/MySQL/XML

2002-04-01 Thread Erik Price
Shoot, kind of an important error I made in the code I gave you earlier -- the closing quote for $xml_document should be a single-quote, not a double-quote as I wrote. Sorry, Erik On Monday, April 1, 2002, at 04:26 PM, Erik Price wrote: > Still, you want some advice? First, your SQL code

Re: [PHP] PHP/MySQL/XML

2002-04-01 Thread Erik Price
On Monday, April 1, 2002, at 02:33 PM, Jay Fitzgerald wrote: > Can this be done and am I going about it the right way? Are you familiar with something called "partial decomposition"? I'm not sure where it came from, but Google suggests that it may have been conceived by Daniel Appelquist, t

Re: [PHP] PHP/MySQL/XML

2002-04-01 Thread Thalis A. Kalfigopoulos
On Mon, 1 Apr 2002, Jay Fitzgerald wrote: > I have created a database called friends with four columns: > Name / Address / City / State > > I also made an XML file to coincide with those variables: > > > > Friend 1 >

Re: [PHP] PHP/MySQL/XML

2002-04-01 Thread Erik Price
On Monday, April 1, 2002, at 02:33 PM, Jay Fitzgerald wrote: > Can this be done and am I going about it the right way? First, it's a bad idea to cross-post between mailing lists, even if they seem like related topics. Second, what is it you're trying to do? Or what does your application do

[PHP] PHP/MySQL/XML

2002-04-01 Thread Jay Fitzgerald
I have created a database called friends with four columns: Name / Address / City / State I also made an XML file to coincide with those variables: Friend 1 999 Foo Avenue Foo Town