Click here to Skip to main content
15,889,034 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do i load index.php file after importing the mysql database to phpmyadmin in xampp]
Posted

1 solution

Place the index.php inside a folder, say myproject. Place the myproject folder inside the htdocs directory which is located in the xampp installation directory, e.g. c:/xampp/htdocs/myproject/index.php. Start the Apache from xampp control panel, launch a browser, enter "http://localhost/myproject" in the address bar to open the index.php page.
Read more Walkthrough: Setting up a Development Environment for PHP and MySQL[^].
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900