This is a discussion on mySQL Results To XML within the PHP General forums, part of the PHP Programming Forums category; Hi, Here's the mission, creating a movie DB, I need the results returned from mySQL in an XML format ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
Here's the mission, creating a movie DB, I need the results returned from mySQL in an XML format for use with the FLASH Professional DataGrid. Any tips on formating mySQL results would be grand. Here's the structure of the DB, if needed. DVD Table *Title ID *Title *Genre *Actor *Director *Producer *Date Purchased *Price *Date Released *Length *Plot *Review(*****) *Rating person table *Producer ID *First Name *Last Name *Director ID *First Name *Last Name Actors_Link actor_link_id just a primary auto-increment number person_id movie_id role_id |