Rick. wrote:
> Hello
> 
> 
> 
> I am new to php and I would like some guidance from those who have a bit more 
> expereince with PHP
> 
> 
> I will be attempting to do a bit of tracking and web analytics. Basically, 
> the user will login 
> and from there everything that he clicked will be recorded in a database and 
> analyzed
> i.e user behaviour, patterns with different user groups. 
> 
> Is this possible with php and it is a major undertaking ? just trying not to 
> get ahead of myself here..

yes and probably (depending on what and how much you want to log and
analyse). may be there is something out there that does what you want already.

the logging part is easy enough - it's a question of
performing an INSER on some database table!

> 
> are there any tutorials or scripts or books that you know of ?
> 
> 
> 
> Thanks 
> Regards
> Rick
> 
> 
> 
> 

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

Reply via email to