As we know that Radio buttons are used to limit the user to just make one selection from listed options. The radio buttons are used extensively in web projects but these are very old and not matched with look and feel when developing projects using Bootstrap. We can replace radio button with toggle switch radio […]
PHP
Here you will find useful PHP tips and tutorials.
Change Background Color Dynamically using Bootstrap Color Picker
It’s very interesting to change the styles of website dynamically. In many websites, users are enabled to change background color of website dynamically. So in this tutorial you will learn how to change background color of website dynamically using Bootstrap Color Picker and save into MySQL database table using PHP. In this tutorial, we have […]
DataTable Pagination using PHP & MySQL
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 […]
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 […]