PHP concepts is a collection of documentation about most used parts of PHP programming language.
Former knowledge of PHP is strongly recommended in order to understand the topics covered in this guide.
- 
Login with Facebook
- This contains the process to create a 
login with facebookin one's website. 
 - This contains the process to create a 
 - 
Track user's device
 - 
Track user's location
 - 
Track IP address of User
 - 
Delete Existing Cookies
 - 
Logout
 
- 
Create your branch:
git checkout -b my-new-feature - 
Commit your changes:
git commit -m 'Add some feature - 
Push to the branch:
git push origin my-new-feature - 
Send a Pull Request
 - 
Enjoy!