I am trying to execute a PHP script from the commandline but I am having a few issues passing values into the script?
Can anyone help?
know this is wrong but I am trying to push a value into the script, this is what I type from the command line on the server:
Code: Select all
C:\php\php.exe C:\test.php --"$test=value;"Code: Select all
echo $test;Thanks Ian