PHP RESTful Web Service API – Part 1 – Introduction with Step-by-step Example
Comprehensive introduction to RESTful service concept with step by step example and tutorial to learn, build RESTful web services using PHP. ...
Guides across PHP, MySQL, JavaScript, Laravel, React, and backend tools.
Comprehensive introduction to RESTful service concept with step by step example and tutorial to learn, build RESTful web services using PHP. ...
Following CSS styles will come handy when you want to draw geometric shapes with CSS without using images. Most of them are done using CSS3 ...
Caching a dynamic web page is very important. When developing a website using PHP, the cache is often overlooked. Cache helps to increase th ...
How to fix the “Error Establishing a Database Connection” error in WordPress. This is one of the most dreaded errors in WordPres ...
A child theme inherits the styles and functionality of another existing theme which becomes the parent theme. Child themes are the best way ...
In this tutorial, we are going to see a shopping cart example. In this example, we add products to the cart using drag and drop. In a previo ...
This jQuery menu slider is used to move menu links horizontally on hover. It shows a list of menu labels and highlights the active menu with ...
This tutorial will help you to integrate PayPal payment gateway using PHP with an example. I will walk you through a step by step process an ...
In this tutorial, we are going to display text on image with a sliding box on the mouse-over event. In the previous tutorial, we have seen s ...
In this tutorial, we are going to see how to do AJAX add/edit operations by showing jQuery modal form. In a previous tutorial, we have seen ...