Php step by step installation in windows 7
Step 1: Go to the below link
http://windows.php.net/download/#php-5.4
Step 2: Download the thread safe or non thread safe php based on your requirement.
Step 3: Extract the zip file that you have downloaded into the required location. (say D:\PHP\ folder).
Step 4: Check whether you are getting the output as like follow,
Step 5: If you get the output like above then we can ensure that php extracted successfully and all the required files are there.
Step 6: Now you can start programming with php. See helloworld program for further learnings.
Thanks for reading this post………….!!!