login

Login System in PHP/MySQL using mysqli

Submitted by jaredgwapo on
In this tutorial, I am going to teach you how to make a login in using PHP/MySQL using mysqli. Just follow the instructions below. Instructions First, we will create our css code and name it as style.css body { color: #fff; font: 87.5%/1.5em 'Open Sans', sans-serif; background:url(img/bg.jpg)no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background

How To Make Login Form With JQuery In PHP

Submitted by alpha_luna on
Good Day!!! Related Code: How To Make Register Form with JQuery Validation In this tutorial, we are going to learn How To Make Login Form With JQuery In PHP. This is simple project and it consists username and password. Username tutorial Password admin Database Name login_jquery You can use it to your Website or System. Download the source code and try it. Enjoy Coding... Directions: For JQuery

Social Networking Site: Improving of Login System using Advance PHP

Submitted by GeePee on
In this tutorial, we will focus on how to improve our PHP code in more dynamic ways using Object Oriented Programming. To start with this application, open first our web directories then look for the index.php file and make a copy of it, and name the old “index.php” into” index_basic.php”. Then inside the includes folder, look for the “member.php” and open it because we’re going to add another static function that will be used during the user authentication.

How to create a Simple Registration Form Using Modal

Submitted by GeePee on
In this tutorial I'm going to show you how to create a simple registration form using Modal. Instead of creating new web page for a registration form, we will use modal so that we could save memory and space in our web directory. To start with application we need to download first a twitter bootstrap framework for this we’ll be using it for this application.

Laravel plus Bootstrap Framework Authentication system and Blog post& Read

Submitted by ranjit1 on
How to setup Laravel go to http://laravel.com/docs/4.2/installation In this project i have made Authentication system Plus Blog Post & Read. When you create an account a link will be send to your email address and after clicking that link in your inbox your account will be activated.otherwise you will not be able to login. This can be done through localhost using smtp protocol. if you have any

User Registration and login System in Codeigniter .

Submitted by ranjit1 on
In this tutorial you will be able to know how to make User Registration and login System in Codeigniter . System Requirement to run CI: Xampp server or Wamp server . Any Browser Google chrome,Firefox,Opera,Safari.. etc. Php editor you can use Dreameaver,Notepad,Wordpad if you are using mac you can use textmate, or other compatible with your computer,for me i recommend Dreamweaver to easily fix the

Step-by-Step Installing JCreator and Connecting this Java Software to MS Access Database with Java GUI Login Tutorial

Submitted by donbermoy on
This is my own version of how to connect Java to MS Access database with a Login Tutorial. Because for now I will make tutorials for Java because my Facebook friends wanted me to have a tutorial about this programming language. Software to be used: JCreator LE 4.50 or NetBeans but I preferred JCreator, JDK 7 Download here, and Microsoft Access software. 1.

Login using a Text File Database in VB6

Submitted by donbermoy on
In this tutorial, we will going to make a program that has a text file database which will be going to use as our database of the program. Now, let's start this tutorial! 1.Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.Next, add only one Button named cmdOK and labeled it as "OK".