+ 3
Running php project from a mamp server
How do I run a php project from a mamp server? what address will help me run my php project using the server? I write them in notepad++ but I don't know what address to use to run them e.g.HTML is www.working.html but what of php?
2 Réponses
+ 3
It should be:
localhost/folder
or
localhost:8888/folder
Also, make sure the folder containing the php file is in the directory htdocs:
MAMP > htdocs > folder > index.php
0
You should be able to run your index.php file in your browser with http://localhost