I m trying to iclude PHP in my path to use in command line on windows 10.
So I add C:\wamp64\bin\php\php5.6.35; in the environemental variable path and I restart my computer.
But when i use the command : 'php -v' i get the error : 'php' is not recognized as an internal or external command, operable program or batch file.
I don't really understand what I do wrong.