|
How do i save the output from javascript function to mysql??
var macs = { getMacAddress : function() { document.macaddressapplet.setSep( "-" ); return (document.macaddressapplet.getMacAddress()); } } document.write(macs.getMacAddress());
someone told ...
Started by kennedy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Send-mac.php?mac=' + mac, function() { alert('yeah done'); })
Then in PHP you would do something() }); }); });
savemacaddress.php:
<?php $addr = $_POST['savemacaddress']; $addr = mysql_real_escape_string($addr); $sql = "INSERT INTO....
|
|
MAC Adressen auslesen... Hi, Ich möchte in einem C# Programm die MAC adressen von allen rechnern im Netzwerk auslesen und in einer RichTextBox anzeigen lassen, ähnlich wie arp -a! kann mir da Jemand helfen?
Started by #PITA on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at fachinformatiker):
ToString ( mac , 0 , length );
return macAddress ;
}
C#.
Pcap.Net <- könnte interessant sein
PHP-Code: [ DllImport ( "iphlpapi.dll" )]
public static length );
string macAddress = BitConverter .
|