basically, I need to supply an integer value to the web service, run a query based on this value (where customer_id > supplied_variable) and return the data. I cannot find any examples. Any help would be appreciated. This is for work, so I cannot give access to the server. I can write the query and connect to the db, but I am not familiar with web services in php. Please let me know... Thanks
MySQL. You can set it up to connect to any MySQL db you like for demo purposes. I really just need to be able to return a recordset or XML to any web service client. Needs to be written in php. I'll be able to modify the connection string and the query later. Thanks
It's no difficult, only I need more information about the database schema to be able to help properly and an explanation of what you meant by "(where customer_id > supplied_variable)" that ..... ( obviously I know what it means ) I have no idea how you would like to draw data and what data you would like to select .......