I am new to Zend Framework. I have placed my both bin and library folder in C:\xampp\htdocs\Zend\
In php.ini, I have given path include_path = ".;C:\xampp\php\pear\;C:\xampp\htdocs\Zend\library"
and in environment variables, I have given path C:\xampp\htdocs\Zend\bin;
On writing command for creating project at the command prompt I receive an error
"php.exe" is not recognised as internal or external command.
My command:-
c:\xampp\htdocs\Zend\bin> zf create project test