You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ProjetPHP/config/config.php

19 lines
562 B

<?php
require('dal/Connection.php');
$rep=__DIR__.'/../';
//$con = new Connection('mysql:host=localhost;dbname=phpproject', 'nifranco', 'achanger');
$con = new Connection('mysql:host=localhost;dbname=dbanboudoul', 'anboudoul', 'mdpMYSQL');
$TMessage = array();
$TabVues = array(
"erreur" => "view/erreur.php",
"home" => "view/home.php",
"connection" => "view/connection.php",
"register" => "view/register.php",
"newList" => "view/newList.php",
"liste" => "view/liste.php",
)
?>