Ver Mensaje Individual
  #8 (permalink)  
Antiguo 30/11/2012, 17:55
Avatar de abimex
abimex
Colaborador
 
Fecha de Ingreso: marzo-2007
Ubicación: ~
Mensajes: 751
Antigüedad: 17 años, 1 mes
Puntos: 137
Respuesta: Error al hacer el header solo en el servidor.

para que abres y cierras y abres?
Código PHP:
Ver original
  1. <?php require_once('Connections/conexion.php'); ?>
  2. <?php
  3. if (!function_exists("GetSQLValueString")) {
Ponlo asi
Código PHP:
Ver original
  1. <?php
  2. require_once('Connections/conexion.php');
  3. if (!function_exists("GetSQLValueString")) {
  4. // demas codigo