I Cant Able To Creat Yii Webapp In Xampp

I cant able to creat yii webapp in xampp.

I tried many times.but no use

Follow the steps from below link, it may help you…

http://www.yiiframework.com/doc/guide/1.1/en/quickstart.first-app

  1. You need to set your permission to all if you are using Linux system

  2. Go to the bin folder and locate if php.exe is there

  3. Open terminal then using cd command go to the bin folder

  4. Write this syntax

[color="#FF0000"]php[/color] (Path of your yii framework example C:/xampp/htdocs/yii/framework)[color="#FF0000"]/yiic webapp[/color] (Path where you want to save your webapp example [color="#FF0000"]C:/xampp/htdocs/mywebapp[/color])