I am attempting to write a php fping script and I am having trouble passsing the data to the executable. As you know fping pings in parallel making it very fast making it very desirable.
The following works the command prompt #
#fping -a < ip_table.txt
The text file contains multiple IP addresses separated by carriage returns.
What i am trying to do is the same thing in a php script.
So far i can get the following to work.
Bookmarks