Server IP : 50.63.8.133 / Your IP : 3.12.151.104 Web Server : Microsoft-IIS/10.0 System : Windows NT P3NWVPWEB032 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : IWPD_10999(xformtec) ( 0) PHP Version : 5.4.45 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : G:/PleskVhosts/xform.in/madhurivivah.com/member/ |
Upload File : |
Current File : G:/PleskVhosts/xform.in/madhurivivah.com/member/member-profile.php |
<?php
session_start();
include('include/config.php');
if (strlen($_SESSION['email']) == 0) {
header('location:login-register.php');
} else {
if (isset($_SESSION['member_profile_id']) && $_SESSION['member_profile_id'] != '') {
$member_profile_id = $_SESSION['member_profile_id'];
$sql = "SELECT * FROM member_profile WHERE member_profile_id='$member_profile_id'";
$res = mysqli_query($con, $sql);
$row = mysqli_fetch_array($res);
// If the user is registered for the first and not created member profile then this code will execute
if (!isset($row)) {
$member_profile_id = $_SESSION['member_profile_id'];
$sql1 = "SELECT * FROM member WHERE member_profile_id='$member_profile_id'";
$res1 = mysqli_query($con, $sql1);
$row1 = mysqli_fetch_array($res1);
}
}
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>MADHURI VIVAH SANSTHA</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/line-awesome.css">
<link rel="stylesheet" type="text/css" href="css/line-awesome-font-awesome.min.css">
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="lib/slick/slick.css">
<link rel="stylesheet" type="text/css" href="lib/slick/slick-theme.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
</head>
<body>
<div class="wrapper">
<?php include_once('include/header.php'); ?>
<section class="cover-sec">
<img src="images/resources/cover-img.jpg" alt="">
</section>
<main>
<div class="main-section">
<div class="container">
<div class="main-section-data">
<div class="row">
<div class="col-lg-3">
<div class="main-left-sidebar">
<div class="user_profile">
<div class="user-pro-img">
<?php
if ($row['profile_photo']) { ?>
<img src="../admin/img/profile-photos/<?php echo $row['profile_photo'] ?>" alt="" style="width:150px;height:150px;">
<?php
} else { ?>
<?php
if ($row['gender'] == 'Male') { ?>
<img src="images/male.jpg" alt="" style="width:150px;height:150px;">
<?php
} else { ?>
<img src="images/female.jpg" alt="" style="width:150px;height:150px;">
<?php
}
?>
<?php
}
?>
</div>
<div class="user_pro_status">
<ul class="flw-hr">
<li><a href="dashboard.php" title="" class="flww"><i class="la la-plus"></i> Go To Home</a></li>
</ul>
</div>
</div>
<div class="suggestions full-width">
<div class="sd-title">
<h3>Suggestions</h3>
<i class="la la-ellipsis-v"></i>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="main-ws-sec">
<div class="user-tab-sec">
<h3><?php if (isset($row)) {
echo $row['first_name'];
} else {
echo $row1['first_name'];
} ?>
<?php if (isset($row)) {
echo $row['last_name'];
} else {
echo $row1['last_name'];
} ?></h3>
<div class="star-descp">
<span><?php if (isset($row)) {
echo $row['member_profile_id'];
} else {
echo $row1['member_profile_id'];
} ?></span>
</div>
</div>
<div class=" ">
<div class="user-profile-ov">
<h3>PERSONAL INFORMATION</h3>
<table class="table table-bordered">
<tbody>
<tr>
<td>GROOM / BRIDE FULL NAME :-
</td>
<td><?php echo htmlentities($row['first_name']); ?> <?php echo htmlentities($row['last_name']); ?></td>
</tr>
<tr>
<td>GENDER :-
</td>
<td><?php echo htmlentities($row['gender']); ?></td>
</tr>
<tr>
<td>MARITAL STATUS :-
</td>
<td><?php echo htmlentities($row['married_status']); ?></td>
</tr>
<tr>
<td>MOBILE NUMBER :-
</td>
<td><?php echo htmlentities($row['mobile_number']); ?></td>
</tr>
<tr>
<td>MOBILE NUMBER SECOND :-
</td>
<td><?php echo htmlentities($row['mobile_number1']); ?></td>
</tr>
<tr>
<td>EMAIL ID :-
</td>
<td><?php echo htmlentities($row['email']); ?></td>
</tr>
<tr>
<td>DATE OF BIRTH :-
</td>
<td><?php echo htmlentities($row['date_of_birth']); ?></td>
</tr>
<tr>
<td>RELIGION :-
</td>
<td><?php echo htmlentities($row['religion']); ?></td>
</tr>
<tr>
<td>CAST :-
</td>
<td><?php echo htmlentities($row['cast']); ?></td>
</tr>
<tr>
<td>SUB CAST :-
</td>
<td><?php echo htmlentities($row['sub_cast']); ?></td>
</tr>
<tr>
<td>AGE :-
</td>
<td><?php echo htmlentities($row['age']); ?> Year</td>
</tr>
<tr>
<td>HIGHT :-
</td>
<td><?php echo htmlentities($row['hieght']); ?> Inch/Fit.</td>
</tr>
<tr>
<td>BLOOD GROUP :-
</td>
<td><?php echo htmlentities($row['blood_group']); ?></td>
</tr>
<tr>
<td> COMPLEXION :-
</td>
<td><?php echo htmlentities($row['skin_type']); ?></td>
</tr>
<tr>
<td>WEIGHT :-
</td>
<td><?php echo htmlentities($row['weight']); ?> Kg</td>
</tr>
<tr>
<td>BUILT :-
</td>
<td><?php echo htmlentities($row['body_look']); ?></td>
</tr>
<tr>
<td>LENSES/SPECTS :-
</td>
<td><?php echo htmlentities($row['lence']); ?></td>
</tr>
<tr>
<td> DIET:-</td>
<td><?php echo htmlentities($row['diet']); ?></td>
</tr>
</tbody>
</table>
</div>
<div class="user-profile-ov st2">
<h3>EDUCATION INFORMATION</h3>
<table class="table table-bordered">
<tbody>
<tr>
<td>EDUCATION :-</td>
<td><?php echo htmlentities($row['education']); ?></td>
</tr>
<tr>
<td>JOB/BUSINESS :-</td>
<td><?php echo htmlentities($row['job_work']); ?></td>
</tr>
<tr>
<td>ANNUAL INCOME :-</td>
<td><?php echo htmlentities($row['income']); ?></td>
</tr>
<tr>
<td>HOBBIES :-</td>
<td><?php echo htmlentities($row['hobbies']); ?></td>
</tr>
</tbody>
</table>
</div>
<div class="user-profile-ov">
<h3>FAMILY INFORMATION</h3>
<table class="table table-bordered">
<tbody>
<tr>
<td>FATHER NAME :-</td>
<td><?php echo htmlentities($row['father_name']); ?></td>
</tr>
<tr>
<td>MOTHER NAME :-</td>
<td><?php echo htmlentities($row['mother_name']); ?></td>
</tr>
<tr>
<td>HOW MANY BROTHERS :-</td>
<td><?php echo htmlentities($row['all_brothers']); ?></td>
</tr>
<tr>
<td>HOW MANY SISTERS :-</td>
<td><?php echo htmlentities($row['all_sisters']); ?></td>
</tr>
<tr>
<td>FAMILY OCCUPATION :-</td>
<td><?php echo htmlentities($row['family_work']); ?></td>
</tr>
</tbody>
</table>
</div>
<div class="user-profile-ov">
<h3>HOROSCOPE INFORMATION</h3>
<table class="table table-bordered">
<tbody>
<tr>
<td>GOTRA(गोत्र ) :-</td>
<td><?php echo htmlentities($row['gotra']); ?></td>
</tr>
<tr>
<td>GAN (गण) :-</td>
<td><?php echo htmlentities($row['gan']); ?></td>
</tr>
<tr>
<td> NAKSHATRA(नक्षत्र ) :-</td>
<td><?php echo htmlentities($row['nakashtra']); ?></td>
</tr>
<tr>
<td>NAADI (नाडी) :-</td>
<td><?php echo htmlentities($row['naadi']); ?></td>
</tr>
<tr>
<td>CHARAN (चरण) :-</td>
<td><?php echo htmlentities($row['charan']); ?></td>
</tr>
<tr>
<td>BIRTH PLACE:-</td>
<td><?php echo htmlentities($row['birth_place']); ?></td>
</tr>
<tr>
<td>BIRTH TIME:-</td>
<td><?php echo htmlentities($row['birth_time']); ?></td>
</tr>
</tbody>
</table>
</div>
<div class="user-profile-ov">
<h3>ADDRESS INFORMATION </h3>
<table class="table table-bordered">
<tbody>
<tr>
<td>CURRENT ADDRESS :-</td>
<td><?php echo htmlentities($row['currant_address']); ?></td>
</tr>
<tr>
<td>PARMANENT ADDRESS :-</td>
<td><?php echo htmlentities($row['permanant_address']); ?></td>
</tr>
<tr>
<td>STATE :-</td>
<td><?php echo htmlentities($row['state']); ?></td>
</tr>
<tr>
<td>DISTRICT :-</td>
<td><?php echo htmlentities($row['district']); ?></td>
</tr>
</tbody>
</table>
</div>
<div class="user-profile-ov">
<h3>EXPECTATION</h3>
<textarea class="form-control" rows = "5" cols = "50" name = "description">
<?php echo htmlentities($row['expectation']); ?>
</textarea>
</div>
<div class="overview-edit">
<a href="profile-account-setting.php"><button type="submit" class="save">Edit Profile</button></a>
</div>
</div>
<div class="product-feed-tab" id="portfolio-dd">
<div class="portfolio-gallery-sec">
<h3>Portfolio</h3>
<div class="gallery_pf">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6 col-6">
<div class="gallery_pt">
<img src="images/resources/pf-img1.jpg" alt="">
<a href="#" title=""><img src="images/all-out.png" alt=""></a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-6">
<div class="gallery_pt">
<img src="images/resources/pf-img2.jpg" alt="">
<a href="#" title=""><img src="images/all-out.png" alt=""></a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-6">
<div class="gallery_pt">
<img src="images/resources/pf-img3.jpg" alt="">
<a href="#" title=""><img src="images/all-out.png" alt=""></a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-6">
<div class="gallery_pt">
<img src="images/resources/pf-img4.jpg" alt="">
<a href="#" title=""><img src="images/all-out.png" alt=""></a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-6">
<div class="gallery_pt">
<img src="images/resources/pf-img5.jpg" alt="">
<a href="#" title=""><img src="images/all-out.png" alt=""></a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-6">
<div class="gallery_pt">
<img src="images/resources/pf-img6.jpg" alt="">
<a href="#" title=""><img src="images/all-out.png" alt=""></a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-6">
<div class="gallery_pt">
<img src="images/resources/pf-img7.jpg" alt="">
<a href="#" title=""><img src="images/all-out.png" alt=""></a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-6">
<div class="gallery_pt">
<img src="images/resources/pf-img8.jpg" alt="">
<a href="#" title=""><img src="images/all-out.png" alt=""></a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-6">
<div class="gallery_pt">
<img src="images/resources/pf-img9.jpg" alt="">
<a href="#" title=""><img src="images/all-out.png" alt=""></a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-6">
<div class="gallery_pt">
<img src="images/resources/pf-img10.jpg" alt="">
<a href="#" title=""><img src="images/all-out.png" alt=""></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 pd-right-none no-pd">
<div class="right-sidebar">
<div class="widget widget-about">
<img src="images/525.jpg" alt="">
<h3>MADHURI VIVAH</h3>
<div class="sign_link">
<h3><a href="logout.php" title="" style="color: #FF0000 ;">logout</a></h3>
</div>
<div class="sign_link">
<h3><a href="#" title="" style="color: #06A654;" >Active Membership Plan </a></h3>
</div>
</div>
<div class="widget widget-jobs">
<div class="sd-title">
<h3>Your Membership Details</h3>
<i class="la la-ellipsis-v"></i>
</div>
<div class="jobs-list">
<div class="job-info">
<div class="job-details">
<h3>Name Of Membership Plan </h3>
<p style="color:red;" >(Without Membership User)</p>
<h3>Plan Price :-- <span>Null</span> </h3>
<h3>Duration :-- <span>Null</span> </h3>
<h3>Purchasing Date :-- <span>Null</span> </h3>
<h3>Expiry Date :-- <span>Null</span> </h3>
</div>
</div>
</div>
</div>
<!-- <div class="widget widget-jobs">
<div class="sd-title">
<h3>Most Viewed This Week</h3>
<i class="la la-ellipsis-v"></i>
</div>
<div class="jobs-list">
<div class="job-info">
<div class="job-details">
<h3>Senior Product Designer</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit..</p>
</div>
<div class="hr-rate">
<span>$25/hr</span>
</div>
</div>
<div class="job-info">
<div class="job-details">
<h3>Senior UI / UX Designer</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit..</p>
</div>
<div class="hr-rate">
<span>$25/hr</span>
</div>
</div>
<div class="job-info">
<div class="job-details">
<h3>Junior Seo Designer</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit..</p>
</div>
<div class="hr-rate">
<span>$25/hr</span>
</div>
</div>
</div>
</div>-->
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<?php include_once('include/footer.php'); ?>
</div>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/popper.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="lib/slick/slick.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>
<?php } ?>