-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

You might wanna move ipaddr.log outside your server root... or at least use 
some .htaccess... wouldn't want someone to just browse to the file...


$fp = fopen("ipaddr.log", "a+");
fputs($fp, $_SERVER['REMOTE_ADDR']."\n");
fclose($fp);


On Thursday 27 March 2003 10:04 am, Joakim Larsson wrote:
> Hello,
>
> Is there a command in php that would logg the ip address of the user
> viewing the php file.
> I need someway of finding out who posted the form.
>
> thanx

- -- 
Cats are intended to teach us that not everything in nature has a function.

- -Garrison Keillor
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+g0Kk/rncFku1MdIRAv9gAKCsYSQ6SVXitFxAOBnbYap3/15VmgCgjwYz
41qDV2J1Ba647Nt74z4SOYY=
=7017
-----END PGP SIGNATURE-----


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to