Det vil hjælpe os meget hvis også postede din kode.
try {
$data = array(
'test1' => $p->getAttr("#1"),
'test2' => $p->getAttr("#2"),
'test3' => $p->getAttr("#3")
);
$this->dbCon->exec("INSERT INTO tb (test1,
test2, test3, senest_opdat)
VALUES (?, ?, ?, CURRENT_TIMESTAMP)", $data);
//Releases the connection.
$this->dbCon = null;
}
catch (PDOException $e) {
print $e->getMessage();
}
=======
/Daniel
www.theemann.dk