config.php - Liarts/Staj GitHub Wiki

<?php

define('MYSQL_HOST', 'localhost:8889'); define('MYSQL_DB', 'eticaret'); define('MYSQL_USER', 'root'); define('MYSQL_PASS', 'root');

include 'db.php'; ?>