New XAMPP security concept [solved] Facebook PHP SDK and CodeIgniter for basic user authentication. With CodeIgniter 2, plugins are no longer an option.
Usually you would just add the Facebook PHP SDK as a plugin and you were good to go, but now, you need to make a little modification to the SDK in order to use Facebook Connect on your CodeIgniter application. Lets start by explaining what is, how to get started and how to authenticate an user using the Facebook API. In this post I will only cover the user authentication process using the Facebook PHP SDK. However, you can do almost anything with the API, just take a look at the official documentation if you have any doubts: All the methods related to the user object (very useful):
SQLite PHP tutorial. Home This is a PHP programming tutorial for the SQLite database.
It covers the basics of SQLite programming with PHP language. There are two ways to code PHP scripts with SQLite library. We can use procedural functions or OOP objects and methods. Learn Python The Hard Way. Collecting all the cheat sheets.