Hi
i have a problem i ned to know how to
send 2 varieables to a progrma in cmd on windows using php and apache this is the code im trying to use but it dos't work:
echo program -md file.txt $var1 $var2;
and if i put the value of the variable insted of the varieable it works so its only the variable part not working,
like this works :
echo program -md file.txt value1 value2;
but thats no good when i need a variable... hope some one can help me..