Blogs   57 Posts




Create a SOAP Web Service in PHP Using NuSOAP

SOAP stands for Simple Object Access Protocol is an XML-based Web services access protocol. The XML used to make requests and receive responses in SOAP can become extremely complex and problematic because SOAP is intolerant of errors. So we use a free open source SOAP Toolkit for...

Read More

Creating a simple REST API in PHP

Creating a simple REST API in PHP

REST (Representational State Transfer) is a way of accessing the web services. REST as an architecture style does not require processing and is more simple and flexible than SOAP(Simple Object Access Protocol) which is another standards-based Web services access protocol dev...

Read More

ShareurCodes

ShareurCodes is a code sharing site for programmers to learn, share their knowledge with younger generation.