jedyne co mi wypluwa na ekran to
Connected to database
i do bazy nic nie dodaje
try { $dbh = new PDO("sqlite:baza/sq3.s3db"); /*** echo a message saying we have connected ***/ /*** INSERT data ***/ $count = $dbh->exec("INSERT INTO slowa (`tytul`) VALUES ('cystografij')"); /*** echo the number of affected rows ***/ /*** close the database connection ***/ $dbh = null; } catch(PDOException $e) { }