[PHP] Problem to display the results of an exec + rsh command

2004-03-18 Thread Frédéric Martin
in the remote host. any idea to fix that? thank you in advance for your tips ... fred Frédéric MARTIN Stagaire Service Exploitation Email: [EMAIL PROTECTED] - VTX Services SA Avenue de Lavaux, 101 CH-1009 PULLY http://www.vtx.ch -

RE: [PHP] Solution to display the results of an exec/system + rsh command

2004-03-18 Thread Frédéric Martin
17:59 À : [EMAIL PROTECTED]; [EMAIL PROTECTED] Objet : RE: [PHP] Problem to display the results of an exec + rsh command Frédéric Martin mailto:[EMAIL PROTECTED] on Thursday, March 18, 2004 7:31 AM said: $res = exec(rsh x.x.x.x -l username ping x.x.x.x); echo pre $res /pre; I cannot