Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/08/2011, 16:17
Death_Empire
 
Fecha de Ingreso: febrero-2010
Mensajes: 818
Antigüedad: 14 años, 2 meses
Puntos: 55
Respuesta: Tengo un problem con el sistema de noticias sin db

mi no entender
Código PHP:
function borrar($ruta){
 if(
unlink($ruta)){
  return 
true;
}
else{return 
false;}