Global Real Estate Management System Using PHP and MySQL
Real Estate Management System is a project which provides the facility where users can easily buy, sell and rent their properties such as land, houses and shops. In this project, we use PHP and MySQL database. It has two modules. Admin Module User Module Property Owner Broker Buyer(Simple user) Admin Module 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. Property Type: In this section, the admin can manage the property type (add/update). Country: In this section, admin can manage country (add/update). State: In this section, admin can manage state (add/update). City: In this section, the admin can manage city (add/update). Owner: In this section, admin can view the detail of the owners. Agents: In this section, admin can view the detail of agents. User: In this section, admin can vie...