Intendo collegare questo codice al databaseInserisco tutti i dati richiesti ma nulla !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";