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.
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.
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");
- PhP
- HTML
- CSS
- Java Script
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.