FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Regarding split text and match from data base
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Regarding split text and match from data base [message #183843] Fri, 22 November 2013 11:28 Go to previous message
jalaf28 is currently offline  jalaf28
Messages: 8
Registered: November 2013
Karma:
Junior Member
Hello All
I just start learning PHP and i am using 5.4.16 i just want to split the out put of the following and match from the database and print the System name.

here is the Code

<?php

ob_start();
$line=shell_exec("arp -a");
echo "<pre>;
echo $line;
echo "</pre>";

?>

It shows the output of the command "arp -a" and show the Ip address and Mac address on the LAN system. i saved the name and the Mac address in the database.
now i want to extaxct the command output and match ["MAc address] with database and show the Particular system name and Ip Address. i try google but not sufficent.

i just want to show th eout put like


IP Name
192.168.1.x Server1
192.168.1.x Client1

Thanks
Amit
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: creating key / hash
Next Topic: from mysql in associative array
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Sep 19 22:21:13 GMT 2024

Total time taken to generate the page: 0.03895 seconds