my-programming-tutorials-logo

My Programming Tutorials

Get User’s Profile With Linkedin API Using PHP

Last updated on by , 36 comments

Get User’s Profile With Linkedin API Using PHP

In this article, we are going to learn how you can get user’s data with LinkedIn API using PHP. There are a couple of social networks which are popular around the world. Sign in with social media is a trendy module on the Internet. Nowadays website visitors or users are getting lazier and lazier, the most… Read More »

Multi Level Nested Category System in Codeigniter and MySql

Last updated on by , 79 comments

Multi Level Nested Category System in Codeigniter and MySql

Hello, today we are going to discuss on multi level category system in CodeIgniter which is a very common and essential module or feature of any e-commerce websites or any website. Creating nested category system is not as easy as you think, but it is not impossible too. Here I am going to deliver full… Read More »

Track User’s Real IP Address

Last updated on by , 4 comments

Track User’s Real IP Address

Hello Readers! In this article, we are about to learn how you can capture your website visitor’s Real IP Address using PHP. First of all, we need to know what actually an IP address is? Track Real IP address of website visitors using PHP Following snippet of PHP code would help you to catch the visitor’s… Read More »

Split Unordered List Into Multiple Columns using CSS3 Columns Property

Last updated on by , 1 comment

Split Unordered List Into Multiple Columns using CSS3 Columns Property

In this article, we are going to learn how to split the unordered list into multiple columns using pure CSS3 Property column-count. What is CSS3 “column-count”? column-count is a CSS3 property, it is used to split list elements into multiple columns and to develop a multi-column and single column layout as well. It is supported by almost… Read More »