Creating a Registration Page Part I

In this tutorial, I will show you how create our Registration Page using Bootstrap framework. The Registration form together with the Login form will welcome you when you access the site. And it will require the new member to register on the site, so that they can login and to have access to the site. First, create a PHP file named “index.php”, save it inside “philsocial” folder. And this PHP file is composed of different parts. For the first part, add the following code: This part of the code, will handle the declaration of your HTML document before the registration_page And here’s the different classes used in this tutorial:
  1. class="navbar navbar-inverse navbar-fixed-top"
  2. class="container"
  3. class="navbar-header"
  4. class="navbar-toggle"
  5. class="navbar-collapse collapse"
  6. class="navbar-form navbar-right"
  7. class="form-group"
  8. class="form-control"
  9. class="rows"
  10. class="col-xs-6"
  11. class="form-horizontal"
  12. class="form-control input-lg"
  13. class="form-inline"
  14. class="form-control input-sm"
  15. class="radio"
If you want to see more of my works, new Source Code or Application and Tutorials Just click here.

Add new comment