REMS Project Report
REMS Project Report
submitted by
AM.SC.U3CSC21025 Meghana Govind Gopisetti
AM.SC.U3CSC21016 ATUL R
AM.SC.U3CSC21051 SANJU S M
DECEMBER 2023
Real Estate Management System is complete end to end solution to cover all
aspects of Estate Agent day to day activity and Property buying selling procedure
for small and large organization.
The basic objective of developing this project is:
• Maintain client details line contact details, required property details, client
type like residential and commercial client. Price limit. Preference.
• Maintain property details, registration of property for sale includes property
address, property description, price, facilities available. Store property floor
plan, property documents. Creation of thumbnail of property images for
brochure.
• System has powerful logical access management in place, each user must be
identified by login id and strict password policy is applied to secure the
system
Introduction
Online real estate has emerged as a revolutionary force in the property market,
transforming the traditional landscape of buying, selling, and renting properties.
Leveraging the power of the internet and advanced technologies, online real estate
platforms have redefined how individuals, investors, and businesses engage with
the real estate sector.
These platforms provide a digital marketplace where property seekers can explore
a vast array of listings, from residential homes and commercial spaces to rental
apartments and vacation properties. The convenience of browsing properties,
accessing virtual tours, and obtaining detailed information at one's fingertips has
fundamentally altered the dynamics of the real estate industry.
The integration of technologies like artificial intelligence, virtual reality, and data
analytics has not only enhanced the user experience but also brought
unprecedented transparency and efficiency to property transactions. Online real
estate has become a catalyst for innovation, introducing novel solutions that
address longstanding challenges and pave the way for a more accessible, inclusive,
and dynamic real estate ecosystem.
As the digital transformation continues to unfold, online real estate remains at the
forefront of shaping the future of property transactions, offering a seamless and
interconnected experience for buyers, sellers, and industry professionals alike.
System Requirement Specifications
1 Scope:
The real of World Wide Web have spread across millions of household, so naturally,
Internet has become by far the best platform for real estate marketing today.
Now a days when everything is online, how is it possible that real estate left web
application behind? There are lots of real estate companies who advertise their
property online so idea behind developing this application is that their property can
also sell, or buy or even rent property using this. These applications are not widely
popular but in future, they have large scope of growth.
This website is an online real estate management through which individual
agents or buyer can maintain their property document keeping and managing
property registration and also access its information and manage all the adding,
updating, deleting the ads and some of its tasks. The Admin user can inform their
agents for regarding to property and update the information regarding property
and cancellation of property or changing buyer choice.
The system is very useful for the companies or builders that can post and edit
the information of their properties and their personal info and admin can monitor
records of all of them. The system is also useful which also keeps track of Account
details of buyers and Investors and also RES Industry.
2 Objectives
✓ The system should have a login. A login box should appear when the system
is invoked.
✓ The Admin should have all the type of authority.
✓ The Admin should maintain property. Admin identify property type as it is
residential or commercial property.
✓ The Admin user can inform their agents for regarding to property and update
the information regarding property and cancellation of property or changing
buyer choice.
✓ The user should book the property for sell or rent with detail of property.
✓ The system is very useful for the companies or builders that can post and
edit their properties and their personal info and admin can monitor records
of all of them.
✓ The system is also useful which also keeps track of Account details of
buyers and Investors and also RES Industry.
3 Overall description:
Real Estate Management System is a project which provides the facility where
users can easily buy, sale and rent their properties such as land, houses and
shops. In this project we use PHP and MySQL database. It has two modules.
1. Admin Module
2. User Module
a. Property Owner
b. Broker
c. Buyer(Simple user)
Admin Module
1. Dashboard: In this section, admin can see all detail in brief like total property
type, total country, total state, total city, total agent, total owner, total
buyer(user) ant total property listed.
2. Property Type: In this section, admin can manage property type
(add/update).
3. Country: In this section, admin can manage country (add/update/delete).
4. State: In this section, admin can manage state (add/update/delete).
5. City: In this section, admin can manage city (add/update/delete).
6. Owner: In this section, admin can view the detail of owners.
7. Agents: In this section, admin can view the detail of agents.
8. User: In this section, admin can view the detail of user.
9. List of properties: In this section, admin can view details of property listed,
10.Reviews: In this section admin, can view reviews and also approved,
disapproved and delete the reviews which is given by users.
11.Pages: In this section, admin can manage about us and contact us pages.
12.Search Property: In this section admin, can search the listed property by its
property id, name and mobile number.
Admin can also update his profile, change the password and recover the
password.
User Module
a. Property Owner
1. Home Page: Owner can view the home page of real estate management
system
2. About: Owner can view about us page.
3. Properties: Owner can view own and other owner properties they can
view property type wise, Status wise and city wise.
4. Contact us: Owner can view contact us page
5. My Account: In this there is three sections:
a. User Profile
In this section owner do the following activity
i. Edit Profile: Owner can edit his/her own profile
ii. Change Password: Owner can change his/her own password.
b. Agents
1. Home Page: Agents can view the home page of real estate
management system.
2. About: Agents can view about us page.
3. Properties: Agents can view own and other owner properties they can
view property type wise, Status wise and city wise.
4. Contact us: Agents can view contact us page.
5. My Account: In this there is three section:
a. User Profile
In this section Agents do the following activity
I.Edit Profile: Agents can edit his/her own profile.
ii. Change Password: Agents can change his/her own password.
Iii.Add Property: Agents can add his/her own property.
Iv.My Properties: Agents can see his/her own listed properties.
V.Received Enquiries: Agents can view receive enquiries against
his/her own listed properties and also answer the enquiries.
Vi.Answer Enquiries: Agents can views answer enquiries.
vii.Logout: Agents can logout from own account.
3. Properties: User can view properties they can view property type wise,
Status wise and city wise and put his/her enquiries against any property
4. Contact us: User can view contact us page.
tbladmin table Structure: This table store the login details of admin.
tbluser table Structure: This table stores the user personal and login details.
tblpropertytype table Structure: This table stores the property type details.
tblproperty table Structure: This table stores the full property details.
tblenquiry table Structure: This table stores the property enquiries.
Homepage
<?php
session_start();
error_reporting(0);
include('includes/dbconnection.php');
?>
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<!-- Fonts
============================================= -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,7
00i,800,800i%7CPoppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,
800i,900,900i" rel="stylesheet">
<!-- Stylesheets
============================================= -->
<link href="assets/css/external.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
<body>
<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="wrapper clearfix">
<?php include_once('includes/header.php');?>
<hr />
<!-- Hero Search
============================================= -->
<section style="margin-top: -3%;" id="heroSearch" class="hero-search pt-0 pb-0">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12">
<div class="slider--content">
<div class="text-center">
<h1>Find Your Favorite Property</h1>
</div>
<form class="mb-0" method="post" name="search" action="property-
search.php">
<div class="form-box search-properties">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="form-group">
<div class="select--box">
<i class="fa fa-angle-down"></i>
<select name="city" id="city" required="true">
<option value="">Select City</option>
<?php
$query=mysqli_query($con,"select distinct City from tblproperty");
while($row=mysqli_fetch_array($query))
{
?>
<option value="<?php echo $row['City'];?>"><?php echo $row['City'];?></option>
<?php } ?>
</select>
</div>
</div>
</div>
<!-- .col-md-3 end -->
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="form-group">
<div class="select--box">
<i class="fa fa-angle-down"></i>
<select name="type" id="type" required="true">
<option value="">Select Property Type</option>
<?php $query1=mysqli_query($con,"select distinct Type from
tblproperty");
while($row1=mysqli_fetch_array($query1))
{
?>
<option value="<?php echo $row1['Type'];?>"><?php echo
$row1['Type'];?></option>
<?php } ?>
</select>
</div>
</div>
</div>
<!-- .col-md-3 end -->
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="form-group">
<div class="select--box">
<i class="fa fa-angle-down"></i>
<select name="status" id="status" required="true">
<option value="">Select Any Status</option>
<?php
$query2=mysqli_query($con,"select distinct Status from tblproperty");
while($row2=mysqli_fetch_array($query2))
{
?>
<option value="<?php echo $row2['Status'];?>"><?php echo
$row2['Status'];?></option>
<?php } ?>
</select>
</div>
</div>
</div>
<!-- .col-md-3 end -->
<div class="col-xs-12 col-sm-6 col-md-3">
<input type="submit" value="Search" name="search" class="btn btn-
-primary btn--block">
</div>
</div>
<!-- .row end -->
</div>
<!-- .form-box end -->
</form>
</div>
</div>
<!-- .container end -->
</div>
<!-- .slider-text end -->
</div>
<div class="carousel slider-navs" data-slide="1" data-slide-rs="1" data-autoplay="true"
data-nav="true" data-dots="false" data-space="0" data-loop="true" data-speed="800">
<!-- properties-carousel
============================================= -->
<section id="properties-carousel" class="properties-carousel pt-90 pb-90">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12">
<div class="heading heading-2 text-center mb-70">
<h2 class="heading--title">Latest Properties</h2>
</div>
<!-- .heading-title end -->
</div>
<!-- .col-md-12 end -->
</div>
<!-- .row end -->
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12">
{
?>
<div class="property-item">
<div class="property--img">
<a href="single-property-detail.php?proid=<?php echo $row['ID'];?>">
</div>
</div>
<?php } ?>
</div>
<!-- .carousel end -->
</div>
<!-- Feature
============================================= -->
<section id="cta" class="cta cta-1 text-center bg-overlay bg-overlay-dark pt-90">
<div class="bg-section"><img src="assets/images/cta/bg-1.jpg"
alt="Background"></div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-md-offset-3">
<h3>Join our professional team & agents to start selling your house</h3>
<a href="contact.php" class="btn btn--primary">Contact</a>
</div>
<!-- .col-md-6 -->
</div>
<!-- .row -->
</div>
<!-- .container -->
</section>
<!-- #cta1 end -->
<!-- Footer #1
============================================= -->
<?php include_once('includes/footer.php');?>
</div>
<!-- #wrapper end -->
============================================= -->
<script src="assets/js/jquery-2.2.4.min.js"></script>
<script src="assets/js/plugins.js"></script>
<script src="assets/js/functions.js"></script>
</body>
</html>
Property Search
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<!-- Document Meta
============================================= -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,7
00i,800,800i%7CPoppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,
800i,900,900i" rel="stylesheet">
<link href="assets/css/external.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<title>Real Estate Management System | Properties Grid</title>
</head>
<body>
<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="wrapper clearfix">
<header id="navbar-spy" class="header header-1 header-light header-fixed">
<?php include_once('includes/header.php');?>
</header>
<!-- map
============================================ -->
<?php include_once('includes/header-search.php');?>
<!-- #map end -->
<!-- properties-grid
============================================= -->
<section id="properties-grid" style="margin-top:-10%">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-4">
<!-- widget property type
=============================-->
<div class="widget--title">
<h5>Property Type</h5>
</div>
<div class="widget--content">
<ul class="list-unstyled mb-0">
<?php
$query3=mysqli_query($con,"select distinct Type from tblproperty");
while($row3=mysqli_fetch_array($query3))
{
?>
<li>
<a href="protypewise-property-detail.php?protypeid=<?php echo
$row3['Type'];?>"><?php echo $row3['Type'];?></a>
</li>
<?php } ?>
</ul>
</div>
</div>
<li>
<a href="statuswise-property-detail.php?stproid=<?php echo
$row4['Status'];?>"><?php echo $row4['Status'];?></a>
</li>
<?php } ?>
</ul>
</div>
</div>
<!-- . widget property status end -->
<?php } ?>
</ul>
</div>
</div>
</div>
<!-- .col-md-4 end -->
<div class="col-xs-12 col-sm-12 col-md-8">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12">
<div class="properties-filter clearfix">
</div>
</div>
<div class="properties properties-grid">
<!-- .col-md-12 end -->
<?php
$city=$_POST['city'];
$type=$_POST['type'];
$status=$_POST['status'];
$query=mysqli_query($con,"select
tblproperty.*,tblcountry.CountryName,tblstate.StateName from
tblproperty
left join tblcountry on tblcountry.ID=tblproperty.Country
left join tblstate on tblstate.ID=tblproperty.State
where(tblproperty.City='$city' and tblproperty.Type='$type' and
tblproperty.Status='$status')");
$num=mysqli_num_rows($query);
if($num>0){
while($row=mysqli_fetch_array($query))
{
?>
<!-- cta #1
============================================= -->
<section id="cta" class="cta cta-1 text-center bg-overlay bg-overlay-dark pt-90">
<div class="bg-section"><img src="assets/images/cta/bg-1.jpg"
alt="Background"></div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-md-offset-3">
<h3>Join our professional team & agents to start selling your house</h3>
<a href="contact.php" class="btn btn--primary">Contact</a>
</div>
<!-- .col-md-6 -->
</div>
<!-- .row -->
</div>
<!-- .container -->
</section>
<!-- #cta1 end -->
<!-- Footer #1
============================================= -->
<?php include_once('includes/footer.php');?>
</div>
<!-- #wrapper end -->
</html>
User Profile
<?php
session_start();
error_reporting(0);
include('includes/dbconnection.php');
if (strlen($_SESSION['remsuid']==0)) {
header('location:logout.php');
} else{
if(isset($_POST['submit']))
{
$uid=$_SESSION['remsuid'];
$fullname=$_POST['fullname'];
$mobno=$_POST['mobilenumber'];
$aboutme=$_POST['aboutme'];
?>
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<!-- Fonts
============================================= -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,7
00i,800,800i%7CPoppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,
800i,900,900i" rel="stylesheet">
<!-- Stylesheets
============================================= -->
<link href="assets/css/external.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
<body>
<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="wrapper clearfix">
<?php include_once('includes/header.php');?>
<hr />
<!-- Page Title #1
============================================ -->
<section id="page-title" style="margin-top:-3%" class="page-title bg-overlay bg-overlay-
dark2">
<div class="bg-section">
<img src="assets/images/page-titles/1.jpg" alt="Background" />
</div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-md-offset-3">
<!-- #user-profile
============================================= -->
<section id="user-profile" class="user-profile">
<div class="container">
<div class="row">
<?php include_once('includes/sidebar.php');?>
<!-- .col-md-4 -->
<div class="col-xs-12 col-sm-12 col-md-8">
<div class="form-box">
<?php
$uid=$_SESSION['remsuid'];
$ret=mysqli_query($con,"select * from tbluser where ID='$uid'");
while ($row=mysqli_fetch_array($ret)) {
?>
<h4 class="form--title">Personal Details</h4>
<div class="form-group">
<!-- cta #1
============================================= -->
<section id="cta" class="cta cta-1 text-center bg-overlay bg-overlay-dark pt-90">
<div class="bg-section"><img src="assets/images/cta/bg-1.jpg"
alt="Background"></div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-md-offset-3">
<h3>Join our professional team & agents to start selling your house</h3>
<a href="contact.php" class="btn btn--primary">Contact</a>
</div>
<!-- .col-md-6 -->
</div>
<!-- .row -->
</div>
<!-- .container -->
</section>
<!-- #cta1 end -->
<?php include_once('includes/footer.php');?>
</div>
<!-- #wrapper end -->
</html>
<?php } ?>
Logout
<?php
session_start();
error_reporting(0);
include('includes/dbconnection.php');
error_reporting(0);
if(isset($_POST['submit']))
{
$contactno=$_SESSION['contactno'];
$email=$_SESSION['email'];
$password=md5($_POST['newpassword']);
}
?>
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<!-- Fonts
============================================= -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,7
00i,800,800i%7CPoppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,
800i,900,900i" rel="stylesheet">
<!-- Stylesheets
============================================= -->
<link href="assets/css/external.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<script type="text/javascript">
function checkpass()
{
if(document.changepassword.newpassword.value!=document.changepassword.confirmpass
word.value)
{
alert('New Password and Confirm Password field does not match');
document.changepassword.confirmpassword.focus();
return false;
}
return true;
}
</script>
</head>
<body>
<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="wrapper clearfix">
<?php include_once('includes/header.php');?>
<hr />
<!-- Page Title #1
============================================ -->
<section id="page-title" style="margin-top:-3%" class="page-title bg-overlay bg-overlay-
dark2">
<div class="bg-section">
<img src="assets/images/page-titles/1.jpg" alt="Background" />
</div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-md-offset-3">
<div class="title title-1 text-center">
<div class="title--content">
<div class="title--heading">
<h1>Reset Password</h1>
</div>
<ol class="breadcrumb">
<li class="active">Reset Password</li>
</ol>
</div>
<div class="clearfix"></div>
</div>
<!-- .title end -->
</div>
<!-- .col-md-12 end -->
</div>
<!-- .row end -->
</div>
<!-- .container end -->
</section>
<!-- #page-title end -->
<div class="form-box">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12">
<h4 class="form--title">Reset Password</h4>
</div>
<div class="form-group">
<input type="password" name="confirmpassword" class="form-control form-
control-lg" placeholder="Confirm Password" required="true">
</div>
<div class="form-group pt-1"><button type="submit" class="btn btn-primary btn-
lg btn-block" name="submit">Reset</button></div>
</form> </div>
<!-- .col-md-12 end -->
</div>
<!-- .row end -->
</div>
</div>
<!-- .col-md-12 end -->
</div>
<!-- .row end -->
</div>
</section>
<section id="cta" class="cta cta-1 text-center bg-overlay bg-overlay-dark pt-90">
<div class="bg-section"><img src="assets/images/cta/bg-1.jpg"
alt="Background"></div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-md-offset-3">
<h3>Join our professional team & agents to start selling your house</h3>
<a href="contact.php" class="btn btn--primary">Contact</a>
</div>
<!-- .col-md-6 -->
</div>
</header>
<!-- Footer #1
============================================= -->
<?php include_once('includes/footer.php');?>
</div>
<!-- #wrapper end -->
</html>
Forgot Password
<?php
session_start();
error_reporting(0);
include('includes/dbconnection.php');
if(isset($_POST['submit']))
{
$contactno=$_POST['contactno'];
$email=$_POST['email'];
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<!-- Fonts
============================================= -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,7
00i,800,800i%7CPoppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,
800i,900,900i" rel="stylesheet">
<!-- Stylesheets
============================================= -->
<link href="assets/css/external.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<body>
<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="wrapper clearfix">
<?php include_once('includes/header.php');?>
<hr />
<!-- Page Title #1
============================================ -->
<section id="page-title" style="margin-top:-3%" class="page-title bg-overlay bg-overlay-
dark2">
<div class="bg-section">
<img src="assets/images/page-titles/1.jpg" alt="Background" />
</div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-md-offset-3">
<div class="title title-1 text-center">
<div class="title--content">
<div class="title--heading">
<h1>Forgot Password</h1>
</div>
<ol class="breadcrumb">
<li class="active">Forgot Password</li>
</ol>
</div>
<div class="clearfix"></div>
</div>
<!-- .title end -->
</div>
<!-- .col-md-12 end -->
</div>
<!-- .row end -->
</div>
<!-- .container end -->
</section>
<!-- #page-title end -->
</div>
<div class="form-group">
<input class="form-control form-control-lg" type="type" name="contactno"
required="true" maxlength="10" pattern="[0-9]+" placeholder="Mobile Number">
</div>
<div class="form-group pt-1"><button type="submit" class="btn btn-primary btn-
lg btn-block" name="submit">Reset</button></div>
</form> </div>
<!-- .col-md-12 end -->
</div>
<!-- .row end -->
</div>
</div>
<!-- .col-md-12 end -->
</div>
<!-- .row end -->
</div>
</section>
<section id="cta" class="cta cta-1 text-center bg-overlay bg-overlay-dark pt-90">
<div class="bg-section"><img src="assets/images/cta/bg-1.jpg"
alt="Background"></div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-md-offset-3">
<h3>Join our professional team & agents to start selling your house</h3>
<a href="contact.php" class="btn btn--primary">Contact</a>
</div>
<!-- .col-md-6 -->
</div>
<!-- .row -->
</div>
<!-- .container -->
</section>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
</header>
<!-- Footer #1
============================================= -->
<?php include_once('includes/footer.php');?>
</div>
<!-- #wrapper end -->
</html>
About
<?php
session_start();
error_reporting(0);
include('includes/dbconnection.php');
?>
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<!-- Fonts
============================================= -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,7
00i,800,800i%7CPoppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,
800i,900,900i" rel="stylesheet">
<!-- Stylesheets
============================================= -->
<link href="assets/css/external.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
<body>
<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="wrapper clearfix">
<?php include_once('includes/header.php');?>
<hr />
<!-- Page Title #1
============================================ -->
<section id="page-title" style="margin-top:-3%" class="page-title bg-overlay bg-overlay-
dark2">
<div class="bg-section">
<img src="assets/images/page-titles/1.jpg" alt="Background" />
</div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-md-offset-3">
<div class="title title-1 text-center">
<div class="title--content">
<div class="title--heading">
<h1>About</h1>
</div>
<ol class="breadcrumb">
<li><a href="index.php">Home</a></li>
<li class="active">About</li>
</ol>
</div>
<div class="clearfix"></div>
</div>
<!-- .title end -->
</div>
<!-- .col-md-12 end -->
</div>
<!-- .row end -->
</div>
<!-- .container end -->
</section>
<!-- #page-title end -->
<!-- about #1
============================================= -->
<section id="about" class="about bg-white">
<div class="container">
<div class="row">
?>
<div class="heading heading-3">
<h2 class="heading--title"><?php echo $row['PageTitle'];?></h2>
</div>
<!-- .heading-title end -->
<div class="about--panel">
</div>
<!-- .container -->
</section>
<!-- #about end -->
<!-- cta #1
============================================= -->
<section id="cta" class="cta cta-1 text-center bg-overlay bg-overlay-dark pt-90">
<div class="bg-section"><img src="assets/images/cta/bg-1.jpg"
alt="Background"></div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-md-offset-3">
<h3>Join our professional team & agents to start selling your house</h3>
<a href="contact.php" class="btn btn--primary">Contact</a>
</div>
<!-- .col-md-6 -->
</div>
<!-- .row -->
</div>
<!-- .container -->
</section>
<!-- #cta1 end -->
<!-- Footer #1
============================================= -->
<?php include_once('includes/footer.php');?>
</div>
<!-- #wrapper end -->
</html>
RESULT
Broker/Owner Panel
Home Page
About Us Page
Contact us Page
Property Details Page
Single Property Details
Signup Page
Login Page
Forgot Password
Reset Password
Profile
Change Password
Add Property
View Listed Property
Update Property Details
View Received Enquiry
Enquiry Details
Answered Enquiry
View Answered Enquiry
User Panel
Signup
Login
Forgot Password
Reset Password
Profile
Change Password
About Us Page
Contact Us Page
Property Details
View Single Property Details
Enquiry Details
View Enquiry Details
Admin Panel
Login Page
Forgot Password
Reset Password
Dashboard
Profile
Change Password
Add Property Type
Add Country
Manage Country
Update Country
Add State
Manage State
Update State
Add City
Manage City
Update City
Manage Owner
View Users
List of Properties
Unapproved Review
About Us Page
Contact Us Page
Search Properties
CONCLUSION
Definitely, it's cheaper to use online free Mobile shopping for both personal
and business use because most of it is usually.
➢ Hardware Limitations
The only limitation posed is when the disk space is exhausted. And it can be
solved by extending the disk space.
➢ Internet speed
Internet connection speed should be minimum 128 kbps.
For PHP
➢ https://www.w3schools.com/php/default.asp
➢ https://www.sitepoint.com/php/
➢ https://www.php.net/
For MySQL
➢ https://www.mysql.com/
➢ http://www.mysqltutorial.org
For XAMPP
➢ https://www.apachefriends.org/download.html