House rental And Property Listing Project PHP , Mysql

Subscribe YouTube For Latest Update Click Here

100 + PHP Projects with Source Code 

This Web application helps user to register individual home or apartment to assist you in finding the perfect rental home or property. Also you can find your next rental from search view in your targeted area.

Brief overview of the technology:

Front end: HTML, CSS, JavaScript

  1. HTML: HTML is used to create and save web document. E.g. Notepad/Notepad++
  2. CSS : (Cascading Style Sheets) Create attractive Layout
  3. Bootstrap : responsive design mobile freindly site
  4. JavaScript: it is a programming language, commonly use with web browsers.

Back end: PHP, MySQL

  1. PHP: Hypertext Preprocessor (PHP) is a technology that allows software developers to create dynamically generated web pages, in HTML, XML, or other document types, as per client request. PHP is open source software.
  2. MySQL: MySql is a database, widely used for accessing querying, updating, and managing data in databases.

Software Requirement(any one)

( Make Sure PHP Version 5.5 or 5.6 )

Xamp PHP 5.6 download link -  Click Here

Xamp PHP 5.5 download link -  Click Here

  • WAMP Server
  • XAMPP Server
  • MAMP Server
  • LAMP Server

Installation Steps

1. Download zip file and Unzip file on your local server.
2. Put this file inside "c:/xampp/htdocs/" .
3. Database Configuration
Open phpmyadmin
Create Database named project.
Import database newrent.sql from downloaded folder(inside database)
4. Open Your browser put inside "http://localhost/project folder/"

Admin Login Details
Login Id: admin
Password: admin

3 Comments

  1. while executing above code im getting below error msg .

    SQLSTATE[HY000] [1049] Unknown database ‘newrent’
    Notice: Undefined variable: connect in C:\xampp\htdocs\home-rental\auth\login.php on line 12

    Fatal error: Uncaught Error: Call to a member function prepare() on null in C:\xampp\htdocs\home-rental\auth\login.php:12 Stack trace: #0 {main} thrown in C:\xampp\htdocs\home-rental\auth\login.php on line 12

Leave a Reply