me surge este error: Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1, creo que me dice error de sintaxis cerca a la linea 1, pero es esto lo que tengo:
Código PHP:
Ver original<?php
/**
* UBIQUITI CENTER ADMIN Release 2.0.0
*
* by MKE Solutions | http://mikrotikexpert.com*
*
*(C) Derechos Reservados. No se permite su distribución
* TODO:
*
*
* v 2.0.0 initial
*
*
*
*/
/* FUNCIONES DECLARADAS*/
//error_reporting(E_ALL);
$DEBUG_MODE=true;
//$DEBUG_MODE = false;
/* CARGA DE CONFIGURACION GENERAL */
//** Archivos de configuracion
include_once ("../share/database_config.php");
include_once ("../share/config.php");
//** Funciones y clases
require_once ("../share/class.phpmailer.php");
require_once ("../share/function.php");
require_once ("../share/function_ubntcenter.php"); //Funciones especiales propias de ubnt center
/* LIMPIO PARA EVITAR INJECTION */
stripslashes_deep($_GET);
stripslashes_deep($_POST);
stripslashes_deep($_REQUEST);
}
/* EOF LIMPIO PARA EVITAR INJECTION */
/* EOF CARGA DE CONFIGURACION GENERAL */
// calculate the base path of the program
//@ob_start("comprimir_pagina");
ini_set('session.bug_compat_warn', 0); ini_set('session.cookie_lifetime', 9640); //ini_set('session.save_path', '/tmp');
//session_save_path('/tmp/sessions/');
mysql_con();
?>
esas son varias lineas del comienzo