Skip to content

Difal is a simple project similar to a Divar website with limited features

Notifications You must be signed in to change notification settings

ProdByGodfather/Difal

Repository files navigation

Difal

Difal is a simple and easy project with limited capabilities similar to the Divar website, which is written in PHP and can be used as a school thesis.

PhP Js mysql html css

o96620_Difal.png


To run the file on the local host or server, put a file called backup_difal.sql in the mysqli database. This file is placed for you. Difal has two tables, user and prod, which store advertisements along with the user's name in the prod table.

Database Connection

The database used in the project is mysql database. The project system itself is set on the local mysql database settings and for connect, you need make a collection on db with name difal .

$link = mysqli_connect("localhost","root","","difal");

Programming languages used

  • PhP
  • HTML
  • CSS
  • Java Script

Attention

In this project, it has been tried to use all programming materials in a completely simple way so that it can be considered as an introductory project.

About

Difal is a simple project similar to a Divar website with limited features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published