hallo,
ich will ein button machen,danach wenn man das button einklicken,wird ein Unix-Befehl gelaufen werden(natürlich in PHP).Ich brauche die Antwort schnell wie möglich.
mfg
Nin
hallo,
ich will ein button machen,danach wenn man das button einklicken,wird ein Unix-Befehl gelaufen werden(natürlich in PHP).Ich brauche die Antwort schnell wie möglich.
mfg
Nin
sorry,mein fault,ich gebe diese script nochmals:
form method="post" action= if(!empty($_POST["do"])) system("C:\WINDOWS\ explorer.exe");
input type="submit" name="do" value="Befehl ausführen"
/form