+ 1

I have a PHP project. I want to run it , what are the steps to run the project?

.

6th Jul 2018, 2:49 PM
Jenitha D
Jenitha D - avatar
2 odpowiedzi
+ 4
Hello, jenitha D ! Please write in more detail, and then people will be able to help you.
6th Jul 2018, 2:55 PM
Alexander Sokolov
Alexander Sokolov - avatar
+ 2
1 ) download and install the xampp software into your pc. 2)put your php project folder into C:/xampp/htdocs/your folder. 3)open the xampp control panel and start the Apache and mysql server 4)also click on admin button on both to open mysql insterface into crome. 5)import your database (sql file) into mysql. 6) atlast open the localhost/dashboard tab and change the url to localhost/your folder name. it will default run index.php page. and thats it your php project successfully run
6th Jul 2018, 3:19 PM
Nitin Khambhala
Nitin Khambhala - avatar