Cita:  
					Iniciado por xalupeao  
    
Código php:
Ver original- if (isset($_post['editar'])) { 
-   
-       $query = "update noticias set titulo='$titulo', url='$url', fecha='$fecha', noticia='$noticia' where id=$id";  
-   
-       echo "editada exitosamente!"; 
-   
- } 
puedes probar asi.
     gracias por su ayuda, pero no me funciono, 
aun sigue sin reemplazar los datos =/