Sir I have download and installed php from .After installing i put the files into my c folder and set the path. But when I check wheather php is installed or not using command prompt by writing php -v then it tells me that MSVCR110.dll file is missing.
please help me out from this problem.
You need to install the Visual C++ libraries: http://www.microsoft.com/en-us/download/details.aspx?id=30679
Make sure you get the x86 version even if you use a 64-bits OS because PHP needs some 32-bit libraries.