وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Build Real Estate Management System with PHP (8.2) & MySQL

سرفصل های دوره

Learning PHP and MySQL (A to Z) and developing a complete dynamic real estate listing website. PHP 8.2 is used here.


1. Introduction
  • 1. Introduction

  • 2. Local Server Setup (Windows OS)
  • 1. Installing XAMPP
  • 2. Shift between php 7 and php 8 in XAMPP
  • 3. Installing Laragon
  • 4. Shift between php 7 and php 8 in Laragon
  • 5. Install PHP 8.2 in Laragon

  • 3. Local Server Setup (Mac OS)
  • 1. Installing XAMPP
  • 2. Installing MAMP
  • 3. Shift between php 7 and php 8 in MAMP

  • 4. Code Editors
  • 1. Code Editors

  • 5. Visual Studio Code Editor
  • 1. VS Code Installation
  • 2. Opening Folders (Single and Multiple)
  • 3. Autosave
  • 4. Installing Extensions
  • 5. Export Settings
  • 6. Reset VS Code
  • 7. Creating and Working with Snippets
  • 8. Extension - Bootstrap 5 Quick Snippets
  • 9. Extension - Auto Rename Tag
  • 10. Extension - Material Icon Theme
  • 11. Extension - Vscode Great Icons
  • 12. Extension - Live Server
  • 13. Extension - Live Server Preview
  • 14. Extension - HTML CSS Support
  • 15. Color Scheme
  • 16. Working with Terminal
  • 17. Settings Sync

  • 6. PHP Fundamentals - A to Z
  • 1.1 What is PHP.zip
  • 1. What is PHP
  • 2.1 PHP Syntax.zip
  • 2. PHP Syntax
  • 3.1 Comment.zip
  • 3. Comments
  • 4.1 Variable.zip
  • 4. Variables
  • 5.1 Variable Scope.zip
  • 5. Variable Scope
  • 6.1 Echo Print.zip
  • 6. Echo and Print
  • 7.1 Data Type.zip
  • 7. Data Types
  • 8.1 Type Casting.zip
  • 8. Type Casting
  • 9.1 String.zip
  • 9. String - Part 1
  • 10.1 String.zip
  • 10. String - Part 2
  • 11.1 String.zip
  • 11. String - Part 3
  • 12.1 Number.zip
  • 12. Number
  • 13.1 Math.zip
  • 13. Math
  • 14.1 Constant.zip
  • 14. Constant
  • 15.1 Operator.zip
  • 15. Operator - Part 1
  • 16.1 Operator.zip
  • 16. Operator - Part 2
  • 17.1 Operator.zip
  • 17. Operator - Part 3
  • 18.1 Conditional Statement.zip
  • 18. Conditional Statement (if, elseif, else)
  • 19.1 Switch.zip
  • 19. Switch
  • 20.1 Loop.zip
  • 20. Loop - Part 1
  • 21.1 Loop.zip
  • 21. Loop - Part 2
  • 22.1 Nested Loop.zip
  • 22. Nested Loop - Part 1
  • 23.1 Nested Loop.zip
  • 23. Nested Loop - Part 2
  • 24.1 Array.zip
  • 24. Array - Part 1
  • 25.1 Array.zip
  • 25. Array - Part 2
  • 26.1 Array.zip
  • 26. Array - Part 3
  • 27.1 Array Function.zip
  • 27. Array Function
  • 28.1 Function.zip
  • 28. Function
  • 29.1 Superglobal.zip
  • 29. Superglobals
  • 30.1 Form, $ GET, $ POST, $ REQUEST.zip
  • 30. Form, $ GET, $ POST, $ REQUEST
  • 31.1 Cookie.zip
  • 31. Cookie - Part 1
  • 32.1 Cookie.zip
  • 32. Cookie - Part 2
  • 33.1 Session.zip
  • 33. Session
  • 34. Include, Require
  • 35.1 File Upload and Validation.zip
  • 35. File Upload and Validation - Part 1
  • 36.1 File Upload and Validation.zip
  • 36. File Upload and Validation - Part 2
  • 37.1 File I O.zip
  • 37. File IO
  • 38.1 Form Validation.zip
  • 38. Form Validation
  • 39.1 Sending Email.zip
  • 39. Sending Email
  • 40.1 Regular Expression.zip
  • 40. Regular Expression - Part 1
  • 41.1 Regular Expression.zip
  • 41. Regular Expression - Part 2

  • 7. MySQL Database
  • 1.1 What Is MySQL.zip
  • 1. What is MySQL
  • 2.1 Connect MySQL with PHP.zip
  • 2. Connect MySQL with PHP
  • 3.1 Create Database and Table.zip
  • 3. Create Database and Table
  • 4.1 Inserting Data.zip
  • 4. Inserting Data
  • 5.1 Prepared Statement.zip
  • 5. Prepared Statement
  • 6.1 Select Data.zip
  • 6. Select Data
  • 7.1 Where Clause.zip
  • 7. Where Clause
  • 8.1 Update Data.zip
  • 8. Update Data
  • 9.1 Delete Data.zip
  • 9. Delete Data
  • 10.1 Order By Clause.zip
  • 10. Order By Clause
  • 11.1 LIMIT Clause.zip
  • 11. LIMIT Clause
  • 12.1 JOIN Clause.zip
  • 12. JOIN Clause
  • 13.1 UNION Clause.zip
  • 13. UNION Clause
  • 14.1 ALTER Table.zip
  • 14. ALTER Table
  • 15.1 Group By and Having.zip
  • 15. GROUP BY and HAVING

  • 8. PHP Security
  • 1.1 Security Folder Content Protection.zip
  • 1. Folder Content Protection
  • 2.1 Security Least Privilege.zip
  • 2. Least Privilege
  • 3.1 Security SQL Injection.zip
  • 3. SQL Injection
  • 4.1 Security XSS Attack.zip
  • 4. XSS Attack

  • 9. Pagination
  • 1.1 Pagination.zip
  • 1. Pagination

  • 10. Authentication System
  • 1. Template Setup
  • 2. Registration
  • 3. Registration - Email Verification
  • 4. Login and Logout
  • 5. Forget Password
  • 6. Reset Password
  • 7.1 Final Codes.zip
  • 7.2 Main Template.zip
  • 7. Source Codes.html

  • 11. Payment Method Integration
  • 1. PayPal - Part 1
  • 2. PayPal - Part 2
  • 3. Stripe - Part 1
  • 4. Stripe - Part 2
  • 5.1 payment integration php.zip
  • 5. Source Codes.html

  • 12. Admin Panel Template Mastering
  • 1. Describing HTML Template
  • 2. Separate Dashboard and Login
  • 3. Config File and Mailtrap Setup
  • 4. Moving all data into admin folder
  • 5. Creating Users Table and Developing Login & Logout System
  • 6. Forget Password
  • 7. Reset Password
  • 8. Edit Profile - Part 1
  • 9. Edit Profile - Part 2
  • 10. Other Pages
  • 11.1 admin panel html.zip
  • 11.2 admin panel php.zip
  • 11.3 database.zip
  • 11. Source Codes.html

  • 13. Front End Template
  • 1. Describing the Front End Template
  • 2.1 front end html.zip
  • 2. Source Codes.html

  • 14. Front End Template Mastering
  • 1. Rename Admin Panel Folder to Real Estate Project
  • 2. Home Page Setup
  • 3. Creating an intermediate page between user and agent
  • 4. Using .htaccess file to rewrite url (Removing .php extention)

  • 15. Customer Section
  • 1. Registration - Part 1
  • 2. Registration - Part 2
  • 3. Verify Registration
  • 4. Login, Dashboard and Logout
  • 5. Forget Password
  • 6. Reset Password
  • 7. Edit Profile

  • 16. Agent Section
  • 1. Registration
  • 2. Verify Registration
  • 3. Login, Dashboard and Logout
  • 4. Forget Password
  • 5. Reset Password
  • 6. Edit Profile
  • 7. Pending Agent and Customer Login Protection

  • 17. Admin - Notification
  • 1. iziToast Notification

  • 18. Package
  • 1. Package - Part 1
  • 2. Package - Part 2
  • 3. Package - Part 3
  • 4. Package - Part 4
  • 5. Package - Part 5

  • 19. Property Location
  • 1. Property Location - Part 1
  • 2. Property Location - Part 2
  • 3. Property Location - Part 3
  • 4. Property Location - Part 4
  • 5. Property Location - Part 5

  • 20. Property Type
  • 1. Property Type - Part 1
  • 2. Property Type - Part 2
  • 3. Property Type - Part 3
  • 4. Property Type - Part 4
  • 5. Property Type - Part 5

  • 21. Amenity
  • 1. Amenity - Part 1
  • 2. Amenity - Part 2

  • 22. Agent - Package Purchase
  • 1. Package Purchase - Part 1
  • 2. Package Purchase - Part 2
  • 3. Package Purchase - Part 3

  • 23. Agent - Orders
  • 1. Show Orders

  • 24. Agent - Property Manage
  • 1. Creating Tables
  • 2. Add Property - Part 1
  • 3. Add Property - Part 2
  • 4. Add Property - Part 3
  • 5. Show Properties - Part 1
  • 6. Show Properties - Part 2
  • 7. Show Properties - Part 3
  • 8. Edit Property
  • 9. Photo Gallery - Part 1
  • 10. Photo Gallery - Part 2
  • 11. Video Gallery
  • 12. Delete Property

  • 25. Adding Sample Data
  • 1. Creating Agents
  • 2. Creating Properties

  • 26. Featured Property Setup
  • 1. Featured Property Setup

  • 27. Security Checking in Some Modules
  • 1. Agent - Duplicate Email Checking in Signup & Edit Profile
  • 2. Customer - Duplicate Email Checking in Signup & Edit Profile
  • 3. Preventing Location, Type & Amenity Name Duplication - Part 1
  • 4. Preventing Location, Type & Amenity Name Duplication - Part 2
  • 5. Giving Security in Location, Type & Amenity Deletion - Part 1
  • 6. Giving Security in Location, Type & Amenity Deletion - Part 2
  • 7. Agent can not edit or delete other agents peoperty
  • 8. Apply exit after each redirection
  • 9. Non-subscribed Agents can not add property
  • 10. Agent Package Limitation Check for Property, Photos & Videos
  • 11. When Package Expires, Agent can not add property
  • 12. Package Downgrade - What will happen with Previous Data

  • 28. Home Page - Featured Properties
  • 1. Featured Properties - Part 1
  • 2. Featured Properties - Part 2

  • 29. Properties Search Section
  • 1. Search Section - Part 1
  • 2. Search Section - Part 2
  • 3. Search Section - Part 3
  • 4. Search Section - Part 4
  • 5. Search Section - Part 5
  • 6. Search Section - Part 6
  • 7. Search Section - Part 7

  • 30. Property Detail Page
  • 1. Property Detail - Part 1
  • 2. Property Detail - Part 2
  • 3. Property Detail - Part 3
  • 4. Property Detail - Part 4
  • 5. Property Detail - Part 5
  • 6. Property Detail - Part 6

  • 31. Location-Wise Properties
  • 1. Part 1
  • 2. Part 2

  • 32. Agent-Wise Properties
  • 1. Part 1
  • 2. Part 2
  • 3. Part 3
  • 4. Part 4
  • 5. Part 5

  • 33. Customer - Wishlist
  • 1. Part 1
  • 2. Part 2

  • 34. Message between Customer and Agent
  • 1. Creating database, tables, view message table, create message form
  • 2. Sending message by customer, save data & email receive by agent
  • 3. Reply page create and setup the forms and contents
  • 4. Sending reply by customer, save data & email receive by agent
  • 5. Show all replies by customer & agent, message deletion by customer
  • 6. Sending reply by agents, save data, email receive by customers

  • 35. Admin - Agent Property Section
  • 1. Show all properties
  • 2. Delete property

  • 36. Admin - Agent Orders
  • 1. Show all orders
  • 2. Delete Order

  • 37. Admin - Agent and Customer Message
  • 1. Show all messages
  • 2. Show replies
  • 3. Delete message

  • 38. Admin - Agents and Customers Information
  • 1. Show customers
  • 2. Make customers active or inactive
  • 3. Delete customer
  • 4. Show agents
  • 5. Make agents active or inactive
  • 6. Delete agent

  • 39. Why Choose Us
  • 1. Part 1
  • 2. Part 2

  • 40. Testimonial
  • 1. Part 1
  • 2. Part 2

  • 41. Blog
  • 1. Part 1
  • 2. Part 2
  • 3. Part 3

  • 42. FAQ
  • 1. Part 1
  • 2. Part 2

  • 43. Contact
  • 1. Sending email using contact form

  • 44. Newsletter
  • 1. Part 1
  • 2. Part 2

  • 45. Automatically Logout System
  • 1. Making admin, agent, customer logged out automatically after certain period

  • 46. Terms & Privacy Page
  • 1. Part 1
  • 2. Part 2

  • 47. Dashboard Setup
  • 1. Customer & Agent Dashboard
  • 2. Admin Dashboard

  • 48. Website Settings
  • 1. Logo and Favicon
  • 2. Banner Photo
  • 3. Footer Section
  • 4. Contact Page Map
  • 5. Home Page Sections - Part 1
  • 6. Home Page Sections - Part 2
  • 7. Home Page Sections - Part 3
  • 8. Home Page Sections - Part 4

  • 49. Upload Project to Live Server
  • 1. Part 1
  • 2. Part 2

  • 50. Final Source Code
  • 1.1 database.zip
  • 1.2 real estate project web.zip
  • 1. Final Code.html
  • 63,400 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 26623
    حجم: 26374 مگابایت
    مدت زمان: 2879 دقیقه
    تاریخ انتشار: 26 آذر 1402
    طراحی سایت و خدمات سئو

    63,400 تومان
    افزودن به سبد خرید