Ver Mensaje Individual
  #6 (permalink)  
Antiguo 05/10/2009, 16:44
cosmo_
 
Fecha de Ingreso: octubre-2008
Mensajes: 365
Antigüedad: 16 años, 5 meses
Puntos: 12
Respuesta: problemas con mi codigo php HELP!

Bueno, por un lado pasas $notic por GET aquí:

Código PHP:
location.href('editnoti.php?notic=<?php echo $row_noti['id_noticia']; ?>'
Y bueno nunca lo recuperas es decir $notic no llega a tener valor

Código PHP:
$notic=$_GET['notic']; 
...Eso en principio

Salu2