テーブルに単一の行を挿入しようとしています。雌馬がいて、何十もの例を使用しようとしましたtinterweb
が、成功しませんでした.PDOがどのように機能するかをまだ理解していないだけです.
$stmt = $dbh->prepare ("INSERT INTO table_name (date, link, desc)
VALUES (:date,:name,:desc)");
$stmt -> bindParam(':date', $date);
$stmt -> bindParam(':name', $name);
$stmt -> bindParam(':desc', $desc);
$stmt -> execute();
move_uploaded_file($_FILES["file"]["tmp_name"], $upload);