Re: [PHP] Help With passthru, system, exec

2001-01-21 Thread Richard Lynch
> I've been trying to write something to ping a URL on the system level, and > keep the output in an array. I've been trying to work with system, exec, > and passthru, but it looks as though they all return only the last line of > the output. How would I put the whole output into the array? A d

[PHP] Help With passthru, system, exec

2001-01-21 Thread Pete Lavetsky
Hi Everyone, I've been trying to write something to ping a URL on the system level, and keep the output in an array. I've been trying to work with system, exec, and passthru, but it looks as though they all return only the last line of the output. How would I put the whole output into the array