RE: [PHP] command output

2001-07-09 Thread Ben Bleything
Couldn't you just echo `traceroute $ipgoeshere`; ?? Ben -Original Message- From: Ker Ruben Ramos [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 8:18 AM To: [EMAIL PROTECTED] Subject: [PHP] command output ey guys.. anyone know of doing something like with net.yaho

[PHP] command output

2001-07-09 Thread Ker Ruben Ramos
ey guys.. anyone know of doing something like with net.yahoo.com/cgi-bin/trace.sh?ip_here .. something that prints out every result of the traceroute command... not showing the result after command exited -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP] Command output into any array?

2001-05-19 Thread Chris Lee
accually php allready has this command and you are so close to it :) -- Chris Lee [EMAIL PROTECTED] ""Ken Jansons"" <[EMAIL PROTECTED]> wrote in message 001d01c0e08c$54601480$[EMAIL PROTECTED]">news:001d01c0e08c$54601480$[EMAIL PROTECTED]... Hello, Is it possible to have the contents of

[PHP] Command output into any array?

2001-05-19 Thread Ken Jansons
Hello, Is it possible to have the contents of a shell_exec command go into an array? I have the following in my PHP script: Which calls a shell script "dirlist.sh", which returns results similar to the following: www www/docs www/test Is it possible to have each line put into an array? so t