How to run php Project with xamp server

  • Step 1 -
    If you have installed Xamp Server, Run Wamp Server & Select "Yes" if Asked.

  • Step 2 -
    Start Apache And My Sql Services


    In Few Second Both Services will be started and appeared GREEN
  • Create a Folder with any name you like  .. in the Xamp installation folder 
    in example .. we made here a "project" folder

    Default -> C:\xampp\htdocs\

    Complete Path ->  C:\xampp\htdocs\Project

  • Add you project files here in " C:\xampp\htdocs\Project "

  • Open Browser and Type 
    Localhost/<Your Project Folder Name>

    in example Localhost/project

    because our Project Folder name was "project"  ...  "C:\xampp\htdocs\Project"