Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/04/2006, 08:23
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 20 años, 6 meses
Puntos: 11
Haz visto si te genera algun error?
Prueba viendo que valores retorna y si hubo alguna salida para el comando, asi:

Código PHP:
<?php
   chdir
("/usr/local/bin/");
   
$salida=system("./rdesktop -u david -g 800x600 85.137.1.1 &",$retorno);
   echo 
$salida;
   echo 
$retorno;
?>