littlened Posted March 9, 2006 Share Posted March 9, 2006 I have a mysql database with prices, airports and date of holidays. I want to create a script using PHP that queries the database and returns the results in XML, then I want to create a client page that can request data from the database and read the results returned from the database.I've been looking around and found I could probably use nusoap to do this, but I can only find example and tutorials for returning 1 value from the database, where I would need to return a multidimensional array of results. for example, all hoidays in june departing from london gatwick airport.Doe anyone have any links to website that might show me how to do this? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.