[PHP-INST] How to get user IP address on PHP Program ?

2001-05-03 Thread Perrin Lee
Hi everybody, I would like to ask some question. When one user login to Apache Server(1.3.14). Can I check the user IP address by PHP4 program ? If yes, do you know the relative example ? Thank Very Much ! -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

[PHP-INST] How to implement the "finger" on PHP

2001-05-10 Thread Perrin Lee
Hi, Firstly thk Jim help in last time ! Now, I want to implement like "finger" command on unix system into PHP program, because I want to check how many users login on the Apache Server. Moreover, I need more details about user information, like login name, login time, login IP and so on. Do y