Hi,
I can't connect to my database from my website :
this is my connection script :
<?php
$server="localhost";
$bdd="********";
$user="******@localhost"; /* or localhost ?*/
$password="********"; /* should I use a encrypt function ? if yes, what encrypt function ? I think that...