Category : Web development   50 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


The Easiest Way to Create Custom Helpers in Laravel

Sometimes during programming, we are stuck with a scenario where we really want to call a controller function directly from view but failed due to the limitation of MVC. The solution is creating a custom helper functions that can be accessed from anywhere. The Laravel c...

Read More

Bootstrap Custom 3D Panel Heading

Bootstrap Custom 3D Panel Heading

Bootstrap panel is one of the widely used components of the Bootstrap framework. Most of the time a web developer used them when they require to place their contents in the box for better presentation. Although Bootstrap extremely simplifies your websites front end desi...

Read More

ShareurCodes

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