Ver Mensaje Individual
  #188 (permalink)  
Antiguo 23/03/2005, 15:38
Avatar de ignacio_giri
ignacio_giri
 
Fecha de Ingreso: febrero-2003
Ubicación: Argentina, Rosario
Mensajes: 585
Antigüedad: 21 años, 2 meses
Puntos: 0
página de aplicación:

Código PHP:
 //alta , modificación 
if(isset( [ptp]%4$s[/ptpPOST['nombre']) and isset( [ptp]%4$s[/ptpPOST['profile']))
{
if(isset( [
ptp]%4$s[/ptpGET['id']))
$mmmd->sql$mmmd->sUpdate($tableName, [ptp]%4$s[/ptpPOST, [ptp]%4$s[/ptpGET['id']) );
else
$mmmd->sql$mmmd->sInsert($tableName, [ptp]%4$s[/ptpPOST) );
 
header("location: ..."); //esta es la linea 18


error que me tira:

Código PHP:
WarningCannot modify header information headers already sent by (output started at *********index2.php:25in ************php on line 18 
index2.php

Código PHP:
 $nivel_acceso=10
if (
$nivel_acceso < [ptp]%4$s[/ptpSESSION['usuario_nivel']){
header ("Location: $redir?error_login=5"); //linea 25
exit;

no se que tiene... que raro
__________________
Ignacio

Última edición por ignacio_giri; 23/03/2005 a las 15:45