示例#1
0
<?php

$Current_Page = 'register.php';
require "whywewant_Initialization.php";
require "../C/whywewant_Class_MasterData.php";
error_reporting(E_ALL);
ini_set('display_errors', '1');
$MasterData = new MasterData();
$MasterData->getLocationCodes();
$getLocation_Codes = $MasterData->getLocation_Codes;
//print_r($getLocation_Codes);
if (empty($FormVars)) {
    $FormVars["user"] = '';
    $FormVars["pass"] = '';
    $FormVars["email"] = '';
    $FormVars["User_State"] = '';
}
?>


<!DOCTYPE html>
<html lang="en">

<head>



    <meta charset="utf-8">
    <meta name="robots" content="all,follow">
    <meta name="googlebot" content="index,follow,snippet,archive">
    <meta name="viewport" content="width=device-width, initial-scale=1">