Hi Guys!I am a newbie in PHP and that'smy first problem:
I have made an html form with a textbox.Somebody writes there a value (something like 11) and when he clicks submit button then the number passes to a php page.There i try to pass that value to a visual basic program with something like(without sucess):
.html
<input type="text" name="value">
.php
$cool=$_GET["value"];
exec('c:\WINNT\system32\cmd.exe /c START c:\serial.exe $cool');
serial.exe is my vb program
value my variable and i use php5 Apache2 and Windows2000
I take the variable in the vb program through command line with the command Command().
Can anyone help me?I am desperate!!!!!!!!!!Thanks and sorry for the number of words but i tried to be specific!