Search found 1 match
- Thu Apr 14, 2005 10:16 pm
- Forum: PHP - Code
- Topic: I needs your helps....
- Replies: 1
- Views: 200
I needs your helps....
I want to use the exec code in PHP. What i want to is pingging the computer IP Address and also the computers in my network, then the result will be displayed in browser, either the IP is exist or not. Below is my code : <?php if (isset($_POST[ip])) { $qq = $_POST[ip]; $lari = "ping " . $q...