prepare("INSERT INTO marketing_videos (producto_id, foto_producto, instrucciones, estado) VALUES (?, ?, ?, 'Pendiente')"); $stmt->execute([$producto_id, $foto_path, $instrucciones]); header('Location: marketing_produccion.php?success=1'); } catch (PDOException $e) { echo "Error: " . $e->getMessage(); } } ?>