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
Re: Regarding split text and match from data base [message #183909 is a reply to message #183843] Mon, 25 November 2013 06:09 Go to previous messageGo to previous message
jalaf28 is currently offline  jalaf28
Messages: 8
Registered: November 2013
Karma:
Junior Member
i found the solutio.but its not work properly. because it prints the Ip and System name but no correct.

here is the code what should i do?

<?php

$out=shell_exec("arp -a");



$ex=explode(" ",$out);

$j=21; // variable used for Ip address
$k=32; // varibale used for MAC Address

$ln=mysql_connect("localhost","root","");

if(!$ln)
{
die("Could not Connect to The Server");
}
mysql_select_db("mysql") or die("Could Not Connect with database");

$rs=mysql_query("select * from mac_add");
echo "<center><table border=1><tr><th>Ip</th><th>System Name</th></tr>";
while($rr=mysql_fetch_array($rs))
{
if($rr[0] == $ex[$k])
{
//echo $ex[$j] . " " . $rr[0] . "<br />";

echo "<tr><td>" .$ex[$j] . "</td><td>" . $rr[0] . "</td> </tr>";
}
$j +=21;
$k +=21;


}


echo "</table></center>";
?>



its not matching [Comapare with the MAc in the Database]

what should i Do ?
[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:36:27 GMT 2024

Total time taken to generate the page: 0.04927 seconds