localhost in php | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

localhost in php

how you can have a localhost ????

14th May 2018, 9:59 PM
Mohammed Lagmah
Mohammed Lagmah - avatar
1 Antwort
+ 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