R2D2
R2D2

Reputation: 823

Ip Log file_get_content()

I'm using the function file_get_contents("www.example.com");. Now i want to know if the website www.example.com see the user ip or the serverip from the webpage?

Upvotes: 0

Views: 37

Answers (1)

Barmar
Barmar

Reputation: 782285

Since PHP runs on the server, not the client, the website sees the server IP.

Upvotes: 1

Related Questions