Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
equote
/
Cotizacion
/
transacciones
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php header('Content-type: text/xml'); include ("../../Utilidades/parse_vars.php"); include ('../../Utilidades/Funciones.php'); include ('../../Utilidades/envia_email.php'); dbquery("UPDATE Cotizacion SET cot_estado='ACEPTADA' WHERE cot_id='$IdCotizacion'"); SendEmail($IdCotizacion); $dom = new DOMDocument(); $data = $dom->createElement('data'); $dom->appendChild($data); $xmlString = $dom->saveXML(); echo $xmlString; ?>