Mailinglisten-Archive |
hallo alle, also ich möchte eigentlich folgendes command über exec aufrufen: uptime \\ibzurcbs0003 wenn ich nur uptime aufrufe, also ohne parameter, funktioniertes auch. Sobald ich jedoch den hostname angebe wird das command nicht mehr akzeptiert. Anbei mein Test code und die entsprechende ausgabe: $test = exec('uptime', $result_array); print_r($test); echo '<br>'; $hallo="uptime \\\\ibzurcbs0003"; print_r($hallo); echo '<br>'; $test = exec($hallo, $result_array); print_r($test); Ausgabe: \\IBZURIBW9234 has been up for: 0 day(s), 16 hour(s), 18 minute(s), 0 second(s) uptime \\ibzurcbs0003 Unable to determine system uptime, see UPTIME /help. Danke schon mal für die tipps ;) yves bilgeri ---------------------------------------------------------------------- If you have received this e-mail in error or wish to read our e-mail disclaimer statement and monitoring policy, please refer to http://www.drkw.com/disc/email/ or contact the sender. ----------------------------------------------------------------------
php::bar PHP Wiki - Listenarchive