In a series of jQuery Datatable tutorial, you have leanred about Datatable server side processing using PHP and how to load jQuery Datatable and refresh jQuery Datatable data. So here in this tutorial, you will learn how create jQuery Datatable pagination using PHP and MySQL. The tutorial is explained in very easy steps with live […]
Laravel Interview Questions and Answers
Currently, Laravel is the most popular PHP framework. This is a great PHP framework with expressive, elegant syntax that enables to make web development easy and fast by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching. The Laravel can be used to develop any kind […]
Scraping website data with PHP
As a PHP programmer, we often need to get some data from another website for some purpose. Getting data from another websites is known as web scraping. Scrapping website data is not an easy task as it creates many challenges. So if you’re looking for solution to scrape data, then you’re here at the right […]
Add Fields Dynamically using jQuery and PHP
Add and remove dynamic input fields is an important feature of web applications. It allows user friendly feature to add and remove form input dynamically to increases user experience. If you’re developing a web application wants to add this feature then you’re here at right place. In this tutorial you will learn how to add […]
How To Add Watermark To Image Using PHP
Watermark is a label that is used on images to display ownership to protect images from being stolen. If you’re developing image gallery application using PHP and wants to add watermark to images when uploaded, then its very easy. You can easily add watermark to images using PHP. In this tutorial, you will learn how […]