Upload Image From URL in PHP

Upload Image From URL in PHP

In this tutorial we will see how to upload image from URL in PHP. It is very easy to upload image from url to server. In this example, you have to pass complete image path including image name and clicking on upload button will upload image to server. This is very simple explanation about upload … Read more

Select Data From a Database Table Using PHP MySQLi

Select Data From a Database Table Using PHP MySQLi

In previous tutorial we have seen how to Insert Data into Database using PHP MySQLi and we understand how to add records in mysql database table using PHP. In this tutorial we will discuss how to select data from database table using PHP MySQLi. This post will let you help to understand how to fetch … Read more

Create Sticky Social Media Floating Sidebar With CSS

Create Sticky Social Media Floating Sidebar With CSS

Social media is one of main source to grow your blog readers these days. Social media website are having millions of users and It helps you to connect more audience worldwide. Adding a social media button to blog helps reader to get latest update from social channel. In this tutorial we will see how to … Read more

Insert Data into Database using PHP MySQLi

In this tutorial we will see how to Insert Data into Database using PHP MySQLi. First we create a database then table after that we start to insert data into database table using php mysqli.Mysqli is extended version of MySQL. We will use mysqli to access mysql database. To insert data in database table we … Read more

How To Get Selected Checkboxes Value Using jQuery

In this tutorial we will learn how to get selected checkbox value using jQuery. Form input type checkbox have an array value because multiple checkbox can be selected. In previous tutorial we have discussed about how to get radio button checked value using jQuery. We will use jQuery selector with each method to get select … Read more