eemployment-h100
ee_logo_90
Index of the Handbook Index of the Lesson First Page Previous Page Next Page Last Page Objectives of the Lesson Download Questions Bibliography of the Lesson Knowledge Consolidation Page Assistent
Movie Quizzes of the Lesson 50
8 / zyxxyz en-language

2. Simple eCommerce website application

<h1>Welcome to our estore !</h1>

<p>If you are a registered user please <a href="login.php">Login here</a></p>   /* the place where members login ...*/

<p>If you are a new user please <a href="register.php">Register here</a></p>  /* the place where members register ...*/

</body>

</html>

 

         login.php

<?php                           /* this is the LOGIN page where new users authenticate and enter the site */

session_start();                /*required to initiate session data such as to if the user is logged in */

include 'config.inc.php';             /* we need to connect to the database */


Index of the Handbook Index of the Lesson First Page Previous Page Next Page Last Page Objectives of the Lesson Download Questions Bibliography of the Lesson Knowledge Consolidation Page Assistent Movie Quizzes of the Lesson
This project has been funded with the support of the European Community. The contect of this project does not necessarily reflect the position of the European Community or the National Agency, nor does it involve any responsability on their part.