php - Setup XML Web Service Request -



php - Setup XML Web Service Request -

i runningn php , mysql on server , want provie web service of product info , having searched google not sure best place start , if know can find sample code or easy undertand examples.

i have 30 items can query example. dep section , count how many records return.

brandname cost shortdescription sku

the request made on http://website.com/productxml?dep=1&count=3&brandname=y&price=y.

if knows resources or has sample code much appreciated.

thanks roy

as @lbu suggests dynamically create xml using php , info database (don't forget set headers!).

i searching solution create little api webservice without much hussle , came across luracast restler. it's free php solution let's create api in no time. maintain in mind it's still in production, work rather already. (if made few fixes , i'll suggest these them soon). can download github project page , includes examples started.

php xml web-services

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -