prepare( "INSERT INTO file_row_update (id_file_row, key, value, id_user) VALUES(:id_file_row, :key, :value, :id_user)"; $stmt_file->execute(); $rows = $stmt_file->fetchAll(PDO::FETCH_ASSOC); echo 'OK'; ?>