Skip to main content

Posts

Import Excel File Data in MYSQL Database using PHP

If user want to excel file data store in mysql database at one time,you can follow the following demo then you can achieve the target. for this tutorial we are working with simple CSV file  and this file data insert into database. large or huge amount of data you can insert into database sometimes user can upload bulk data into database If we insert data one by one it will be very difficult and time consuming. Here You will learn how to insert bulk of data in database from excel sheet in a couple of minutes. Demo link : http://freeteachnology.hol.es/ExcelMysql/index.php Code link : https://drive.google.com/open?id=0BxmTZPVcu72fWHVLNF9odVZMWmc my code script run only .csv file not other excel csv file please keep in  mind and remember that this point. We can upload excel sheet data to mysql database table using php that is very simple. For that you have to follow the following steps. If you follow the below steps end of the this blog you achieve the...

Google+ login using OAutho 2.0

Introduction OAuth 2 is an authorization framework that enables applications to obtain limited access to user accounts on an HTTP service, such as Facebook, GitHub, and DigitalOcean. It works by delegating user authentication to the service that hosts the user account, and authorizing third-party applications to access the user account. OAuth 2 provides authorization flows for web and desktop applications, and mobile devices. This informational guide is geared towards application developers, and provides an overview of OAuth2 roles, authorization grant types, use cases, and flows. Let's get started with OAuth Roles! Code link: https://drive.google.com/open?id=0BxmTZPVcu72fQ1FyMFNjd1gwMlU Demo link : http://freeteachnology.hol.es/Google+/ Best link : https://developers.google.com/identity/protocols/OpenIDConnect Project of social media login with gmail is working as follow : OAuth Roles OAuth defines four roles: Resource Owner Client R...

Bootstrap Tour

History Originally created by a designer and a developer at Twitter, Bootstrap has become one of the most popular front-end frameworks and open source projects in the world. Bootstrap was created at Twitter in mid-2010. Prior to being an open-sourced framework, Bootstrap was known as Twitter Blueprint. A few months into development, Twitter held its first Hack Week and the project exploded as developers of all skill levels jumped in without any external guidance. It served as the style guide for internal tools development at the company for over a year before its public release, and continues to do so today. Team Bootstrap is maintained by the founding team and a small group of invaluable core contributors, with the massive support and involvement of our community. Best link of bootstrap website : http://getbootstrap.com and about tour related best link : http://bootstraptour.com/ Bootstrap Tour Bootstrap Tour is an easy to configure site tour wizard based on Twitte...