[PHP] Average time spent on page

2005-08-05 Thread Popescu Dan
Hi, How can i found out the average time users spent on a page. Anyone know a tutorial? Thanks in advance for your help !!! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Unlimited categories

2005-03-11 Thread Popescu Dan
Hi, I have a database table withe the next fields: category_id, parent_id, category_name. How can i display all the categories with their subcategories, like this Category 1 Category 11 Category 12 Category121 Category 2 Category 21 Category 22 and so on

[PHP] Unlimited categories

2005-03-11 Thread Popescu Dan
Hi, I have a database table withe the next fields: category_id, parent_id, category_name. How can i display all the categories with their subcategories, like this Category 1 Category 11 Category 12 Category121 Category 2 Category 21 Category 22 -- PHP General Mailing List