Hi,
can someone help me with a little problem I seam to have. I am trying to run a php script from command line on windows with the following syntax:
c:\php\php.exe path_to_php/myscript.php?var=this
myscript.php runs but ... the var=this is not taken. Is there a way to execute this on command line? I also tryied using -q and -f
cheers,
vin