- or download this
$db->sqlInsert("commentaire",
ref_emetteur => "1",
...
text => "$text",
date => "$date $time");
- or download this
sub sqlInsert {
my $table = shift || '';
...
}
}
- or download this
INSERT INTO MyDB=HASH(0xa22d970) ( 'text', 'question', 'ref_emetteur',
+ 'date', NULL) VALUES (,1,commentaire,
this is the description
,2013-05-31 15:16:29)
- or download this
$db->sqlInsert("commentaire",
ref_article => "$article",
...
}
}
- or download this
text
date
ref_article
ref_emetteur