Re: [PHP] log.
"John W. Holmes" <[EMAIL PROTECTED]> ???/ ? ?: news:[EMAIL PROTECTED] > Ulitin S.S. wrote: > > 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. > > Your web server already does all of this, why duplicate it? Just get a > log analyzer. it is not my web server. i dont have access to it (to view logs). and i need to make a special (for my needs) logs. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Re: run perl script with php
"Tassos T" <[EMAIL PROTECTED]> ???/ ? ?: news:[EMAIL PROTECTED] > hello, > > i faced a small problem i have a perl script but i want to execute that > in a php script. unfortunately i cannot convert to php. i think it is inpossible :-( -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] log.
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
[PHP] Re: log.
"Aidan Lister" <[EMAIL PROTECTED]> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ: news:[EMAIL PROTECTED] > 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 Thanx very match. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php