164k views
1 vote
To run a PHP application that has been deployed on your own computer you can enter a URL in the address bar of your browser that:____________

A) Specifies just the application root directory
B) Uses localhost as the domain name
C) Specifies just the application root directory and the starting filename
D) Use apache as the domain name

1 Answer

5 votes

Answer:

You can enter a URL that (B) Uses localhost as the domain name

Step-by-step explanation:

Localhost refers to your computer or the computer that is currently in use.

To run a PHP application that is deployed on your computer, the localhost (which has an IP address of 127.0.0.1) is used.

The IP address is called a "loopback" address because all data sent or received revolve around the local computer.

User Mkrause
by
6.8k points