Intendo collegare questo codice al database
Codice PHP:
//generali   $sito_internet = "Targetweb";   $data =(date("d-m-y"));   $vers = "2.0";   //URL PER HTACCESS   $base_url = "http://localhost/tuosito";   //connessione DB   $host = "localhost";   $db_user = "root";   $db_psw = "wtargetweb";   $db_name = "target"; 
Inserisco tutti i dati richiesti ma nulla !