コード例 #1
0
ファイル: LoginCheck.php プロジェクト: AjinkyaBhosale/CIECM
<?php

include_once "Helper.php";
include_once "GenericClass.php";
session_start();
$objLoginCheck = new GenericClass();
$objLoginCheck->checFunLogin($_POST['email'], $_POST['pass']);
$emailid = $_POST['email'];
$SESSION['email'] = $emailid;
コード例 #2
0
ファイル: Summary.php プロジェクト: AjinkyaBhosale/CIECM
<?php

include_once "Helper.php";
include_once "GenericClass.php";
session_start();
$objSummary = new GenericClass();
$objSummary->checkFunctionSummery($_SESSION['email'], $_SESSION['pass']);