Implementing login with facebook using just their new PHP SDK is very easy, everything can be accomplished with minimal PHP code, but some of us may want to take it little further to create a nice looking Ajax based login system.
Blogs
Being Idea is a web platform of programming tutorials to make better programming skills and provides Software Development Solutions.
Most Popular Posts
Create Cookies using PHP functions
A cookie is often used to identify a user. A cookie is often used to identify a user. A cookie is a small file that the server embeds on the user’s computer. Each time the same computer requests a page with a browser, it will send the cookie too. With PHP
Find a route using Geolocation and Google Maps API
The Google Maps Roads API helps developers create beautiful visualizations of GPS tracks and provides paying customers access to speed limit data.
Learn CodeIgniter Tutorial for Beginners
CodeIgniter is based on the Model-View-Controller (MVC) development pattern.It is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.
Custom website responsiveness checker tool
This is the web application developed to check website responsiveness with different different web browsers.This application used for check website size according to mobile, destop and tablets.
PHP session and validations – a best practice teaching example
A session is a way to store information to be used across multiple pages. Unlike a cookie, the information is not stored on the users computer.
An OAuth social login popup system with Facebook, Google and Twitter
OAuth Login is very quick and powerful, sure it helps you to increase your website registrations. It s definitely a must have login system for every PHP based web projects.
htaccess File redirecting and rewriting tutorial and tips
Open any text editor application and file save as with .htaccess name and enable mod_rewrite extension in php.ini file in Apache Web Server configurations.
Multi-Language switcher in CodeIgniter
Today, we will discuss how to implement the multi-language feature in CodeIgniter framework using MVC pattern.