Probleme In config.php

Hello
Please i have a probleme to save the config.php.
The syntaxe is:

<?php

$dbhost = "localhost";
$dbuser = "id9977777_hakimakhmouch";
$dbpass = "lhdfhfjkjldh";
$dbname = "id9977777_kimkimo";
$display_errors = false;
$disable_admin_panel = false;

$connection_options = array(
    'disable_curl' => false,
    'local_cafile' => false,
    'force_ipv4' => false    // cURL only
);

// dsn - Data Source Name
// if you use MySQL, leave it as is
// more information:
// http://php.net/manual/en/pdo.construct.php
$dbds
n = "mysql:host=$dbhost;dbname=$dbname"; 

See

This topic was automatically closed after 45 hours. New replies are no longer allowed.