browse by tag: rest
sort by
PHP Web Services Without SOAP
in PHP added by goodphptutorials, on 28/9/2006 advanced tutorials delete get post put rest soap web services
REST, unlike SOAP, doesn't require you to install a separate tool kit to send and receive data. Instead, the idea is that everything you need to use Web services is already available if you know where to look. HTTP lets you communicate your intentions through GET, POST, PUT, and DELETE requests.
comment save report