Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/04/2005, 08:26
Avatar de Galled
Galled
 
Fecha de Ingreso: marzo-2005
Ubicación: Lima
Mensajes: 254
Antigüedad: 18 años, 11 meses
Puntos: 0
Parece que mi problema comienza con esto

$r_name = random_str(10);
$r_input = $temp_dir."/".$r_name.".R";
$r_output = $temp_dir."/".$r_name.".Rout";

$fp = fopen($r_input,"w");
fwrite($fp,$new_code);
fclose($fp);

es que crea un archivo, ¿como le establezco los permisos?