RE: [PHP] About One To Many MYSQL TO XML WITH PHP

2007-07-25 Thread Chris Boget
> Do you know any website that might explain how to > convert joined multiple tables(with every rows) to > XML? If you use PEAR (or even if you don't), you might want to take a look at the following packages: http://pear.php.net/package/Structures_DataGrid_Renderer_XML http://pear.php.net/packa

Re: [PHP] About One To Many MYSQL TO XML WITH PHP

2007-07-24 Thread Nathan Nobbe
have you been able to get it to work w/ a select from just 1 table ? if thats the case then you are prolby getting hung up thinking about it being 4 tables. you should get the system going for just 1 table. once you have that try it for the joined query; the php to process the result set and bui

Re: [PHP] About One To Many MYSQL TO XML WITH PHP

2007-07-24 Thread Richard Lynch
On Tue, July 24, 2007 4:47 pm, Kelvin Park wrote: > I am keep running in to a dead end with trying to convert mysql > databse > tables (more than 4) to XML with PHP. Initially I tried to convert two > tables with the code that's attached to this email, however it's > limited > to printing out just

Re: [PHP] About One To Many MYSQL TO XML WITH PHP

2007-07-24 Thread Chris
Kelvin Park wrote: I am keep running in to a dead end with trying to convert mysql databse tables (more than 4) to XML with PHP. Initially I tried to convert two tables with the code that's attached to this email, however it's limited to printing out just a table row "WHERE column='value'". I c

Re: [PHP] About One To Many MYSQL TO XML WITH PHP

2007-07-24 Thread Nathan Nobbe
kelvin, i dont see the attachement. -nathan On 7/24/07, Kelvin Park <[EMAIL PROTECTED]> wrote: I am keep running in to a dead end with trying to convert mysql databse tables (more than 4) to XML with PHP. Initially I tried to convert two tables with the code that's attached to this email, how

[PHP] About One To Many MYSQL TO XML WITH PHP

2007-07-24 Thread Kelvin Park
I am keep running in to a dead end with trying to convert mysql databse tables (more than 4) to XML with PHP. Initially I tried to convert two tables with the code that's attached to this email, however it's limited to printing out just a table row "WHERE column='value'". I can relate two table