Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.65 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.65 KB

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.