3

I want to run php files using command prompt.For this I set the system variable's path variable(C:\wamp\bin\php\php5.4.16). After set the path I restart the system and I m trying to run the php file.

I typed

php test.php 

But its says

Could not open input file
user3675101
  • 51
  • 1
  • 1
  • 9

1 Answers1

-2

Run:

pear

it will set %PHP_PEAR_PHP_BIN% for you.

InformatikBabo
  • 510
  • 2
  • 8
  • 19