i want to run a script PHP (example : http://localhost/project/test.php
) from the command line without opening any browser.
i use the command :
START http://localhost/projetc/test.php
but this command opens a browser
do you have any solutions?