Hi Ulitin,

When a user visits your page, you can create a session. This session will
identify the user throughout his visit.

Most people tend to log all actions to an IP address, or a hostname, this is
probably easier.

To get the IP, browser, referer, etc, look at:

http://aidan.dotgeek.org/lib/?file=Visitor.php
http://pear.php.net/package/Net_UserAgent_Detect

Hope that helps (ps. your english was fantastic :p)

Regads,
Aidan




"Ulitin S.S." <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I am learning php.
> I need to log all actions on my page. (like ip, browser, time, pages etc).
> question is: how can i identify a user and when he is on my page(s)  to
log
> all his actions.
>
>
> p.s. sorry for my english.

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

Reply via email to