How to Use Instagram on a PC

How to Use Instagram on a PC

Hello reader, I hope all of you have heard about an Instagram application which is very popular and used by a large number of internet users. Instagram application is basically developed for mobile users. It is possible to open and access Instagram website on the desktop but there is no option to upload pic or video and … Read more

10 Basic PHP String Functions

10 Basic PHP String Functions

In this tutorial, we are going to see 10 basic and important string functions in PHP. String is basically a sequence of character. In this tutorial, we will see basic important PHP string functions which are commonly used in PHP. These inbuilt function in PHP are used to perform different operations while using string. Knowledge … Read more

How to Create Dynamic Pie Chart in PHP with MySQL Using Google API

Create Dynamic Pie Chart in PHP with MySQL Using Google API

In this tutorial we will discuss how to create dynamic Pie Chart in PHP with MySQL. A graph which is created to display records in the proportion within a circular chart in form of sectors is known as Pie Chart. Each sector is proportion of total and total value of pie is always 100 percent. … Read more

How to Setup MySQL Connection Using PDO in PHP

How to Setup MySQL Connection Using PDO in PHP

In previous article, we have discussed that MySQL is depreciated and their alternative options are MySQLi and PDO(PHP Data Object) . In that you have learned how to set up connection using MySQLi in PHP with procedural and object-oriented approach. In this tutorial you will get how to set up a PHP MySQL connection using … Read more

Dynamic Content Load Using jQuery and AJAX in PHP

Dynamic Content Load Using jQuery and AJAX in PHP

Dynamic content loading for web page is simple approach of loading page content by click on navigation menu link without page refresh. One of my blog readers requested me to write this tutorial. So, in this post we will discuss how to load dynamic content using jQuery and AJAX. Page content loads faster without refreshing … Read more