Código PHP:
$archivo = 'archivo.sql'; $obed=';'."\r\n";
mysql_query("update aceptados set importe=unidades*preciouni where consecutivo='$consecutivo' and clave_sucursal='$clave_sucursal'",$link);
$query=("update aceptados set importe=unidades*preciouni where consecutivo='$consecutivo' and clave_sucursal='$clave_sucursal'");
$pas=$query.$obed;
file_put_contents($archivo, $pas, FILE_APPEND);