i have a php file in which i'm fetching a file from, so something like:
$lines = file("blablabla");
of course the location of the file (where i have a log running, different server), keeps showing me the IP of my server hosting that php source, is there any method/way to do it so it shows the IP of the user running the php file?