Category Archives: Projects


December 30, 2023 5:02 am

How to Login with Facebook Graph API in PHP


How to Login with Facebook Graph API in PHP
I have been working on facebook apps and connection with Facebook Graph API access tocken. This post will explain you how to integrate facebook connect in your website in easy way to connect and read the Facebook home timeline with PHP. Explained how to get facebook token and user id hope you like it. Thanks !

[ Read More ]


December 29, 2023 5:01 am

How to Integrate login with LinkedIn oAuth in PHP


How to Integrate login with LinkedIn oAuth in PHP
Now a days popular sites provide api so that we can integrate in our sites and get there information on one click no more fill complex forms etc. Today i am going to explain you how to integrate with LinkedIn one of the most popular website.

[ Read More ]


December 28, 2023 5:03 am

Login with Twitter OAuth in PHP V 1.1 Updated


Login with Twitter OAuth in PHP V 1.1 Updated
Today I have worked on Twitter oAuth and faced many problems how to get access token for offline access to my application etc.In this tutorial i will show you how to authorize application and add tweets, remove tweets, follow friend and unfollow friend.

[ Read More ]


December 26, 2023 5:01 am

Create a Simple Forum in PHP


Create a Simple Forum in PHP
Now days people trying to get forums and searching on net free open source forum etc.Today i am going to make a simple script of forum for all of you and its very simple you can easily implement it on your system.

[ Read More ]


February 16, 2015 6:45 pm

Marketplace with CakePHP 2 & Foundation Demo & Download


Marketplace with CakePHP 2 & Foundation Demo & Download
Recently we have published a series of 6 articles on How to build a Marketplace with CakePHP 2 & Foundation with code snippets and explanation. As you know we always gave you a demo of each application and a free source code to download of that demo. So we have completed demo and download code pages please have a look below to get demo and download code.

[ Read More ]


February 12, 2015 9:06 pm

How to Build a Marketplace with CakePHP 2 & Foundation 6/6


How to Build a Marketplace with CakePHP 2 & Foundation 6/6
This is the last part of turned from knowing nothing about CakePHP to being able to make your own CakePHP applications. In this part we will cover the last thing left in our OffersController is the buy() method and after that you will get demo and download source code links using them you can easily run an ecommerce site.

[ Read More ]


February 12, 2015 9:06 pm

How to Build a Marketplace with CakePHP 2 & Foundation 5/6


How to Build a Marketplace with CakePHP 2 & Foundation 5/6
In the 4th part we have discussed about the OffersController and in this part we will finish OffersController module and move to the last part of this series of a very nice and helpful application so lets start part 5 of this series, you will get all tutorial source and demo after completion of this series.

[ Read More ]