localhost in php | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

localhost in php

how you can have a localhost ????

14th May 2018, 9:59 PM
Mohammed Lagmah
Mohammed Lagmah - avatar
1 Answer
+ 8
By starting your web server. Localhost refers to your IPv4 address but can be used without internet access. So as long as you have a web server running and listening to port 80 it should work.
14th May 2018, 10:02 PM
Toni Isotalo
Toni Isotalo - avatar