Save Html Form Using Ajax and PHP Without Page Refresh

By | October 10, 2020

Hello friends hope you all are doing good and please be safe at your home in this pandemic situation. Usually we use to save our html forms using our server side language but these days no body want to refresh the page after clicking the submit button. As it took much time to reload the… Read More »

Create Excel .xls File using PHP Spreadsheet and Mysql

By | October 5, 2020

Hello friends hope you all are doing well and please be safe in this pandemic situation of Corona we all loves you. This tutorial is for those wants to create .xls file using PHP.  Most of the time we use this while we are generating reports. We use PHP Spreadsheets for creating the xls file.… Read More »

Converting PHP Array to JSON in PHP

By | October 2, 2020

Converting an PHP array to JSON in PHP is quite easy and useful. These days while creating API’s almost everyone is using JSON. Also while showing data from database we use to get it in JSON format these days. JSON is accessible in PHP as well as Javascript or Jquery and other languages also.  JSON… Read More »

Animated Emoji Rating Slider

By | February 11, 2020

Hello friends you have seen many rating slider but this one will take your slider  to the next level of beautification. This rating slider will increase your website page looks. This rating slider was created by Aaron Iker a front-end  UI developer. This rating slider shows the emoji icon according to the slider movement. Below… Read More »

Do You Know Your Smart Devices Can Steal Your Information

By | July 29, 2019

Virus Infected Devices is one of the main problems which are society facing who are using the smart technologies. Our generation is getting smart day by day same as our Technology. We re now techno savvy and try to use smart devices in every field. Refrigerators, Smart Tv, Smart Speaker’s, Home Automation Solutions etc. We… Read More »

Facebook Like Preview Box in PHP | URL Preview Box

By | July 16, 2019

Facebook like preview box is very useful to get the information about the link we want to share. Recently i was working over a project and i was in need of this preview box. While thinking about this i remember i have created a script regarding the Facebook like preview box in PHP 5 or… Read More »

Upload Multiple Images Using PHP | Drag and Drop Image Upload

By | April 11, 2019

Uploading multiple images using php is the main thing  to achieve with this tutorial. In this article i will show you that how you can upload multiple images using Jquery Drag and Drop Feature. We will also save the uploaded values to the database so that you can use it further. I have already written… Read More »