Database Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesDatabase Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old August 31st, 2009, 09:14 AM
pittishgunner's Avatar
pittishgunner pittishgunner is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: HD, Romania
Posts: 149 pittishgunner User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 57 m 10 sec
Reputation Power: 3
Send a message via Yahoo to pittishgunner
MySQL 5 - Get Visitors from Visits and visit time in DB

Hi there again codewalkers.
Long time no see

First of all I appologise if this is the wrong forum to be posting this on but i don't really know where to get help for this one.

I must create some scripts for a web traffic site and i am a bit puzzled by this. I am putting the time and date along with an ip and some other data from each page view (through an php script) in my db and once a day i would like to store this data in another db. I know how to get the unique visitors with SELECT DISTINCT but i have no ideea how to find out the number of VISITS. Let's say that a new visit is when an ip comes back after 30 minutes, how can i count the visits by the `data` (datetime) field.

10x in advance for any kind of help.
__________________
All good things come to those who wait.

Reply With Quote
  #2  
Old September 10th, 2009, 10:13 AM
lig's Avatar
lig lig is offline
"Forum Nazi"
Codewalkers Demi-God (4500 - 4999 posts)
 
Join Date: Apr 2007
Location: Jacksonville, Fl
Posts: 4,753 lig User rank is Private First Class (20 - 50 Reputation Level)lig User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 Days 8 h 15 m 54 sec
Reputation Power: 7
If I understand you correctly you want to count the individual visits to the site. Normally I would just say use COUNT() but you have the requirement of 30 minutes being between the visits.

In this case I would use an ORDER BY on the datetime field and then use the PHP to logically go through each record (first record counts as 1) looking for a minimum 30 min difference between the datetime to increment the count value.

Can you do this purely in the database - sure using a stored procedure, but why do that when you have the power and familiarity of PHP instead. I would only be concerned with doing it with PHP only if the number or records being returned by the DB becomes large enough to be problematic.
__________________
life is a game.... Have fun
-----------------------------
http://www.phpwomen.org
strength in unity

PHPCommunity IRC
#phpc on freenode

Reply With Quote
  #3  
Old September 19th, 2009, 02:30 PM
pittishgunner's Avatar
pittishgunner pittishgunner is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: HD, Romania
Posts: 149 pittishgunner User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 57 m 10 sec
Reputation Power: 3
Send a message via Yahoo to pittishgunner
Thumbs up

And then you have to count the bounces (one unique page view in an interval of 30 mins) and also do all this for each unique IP.

You are right lig, I ended up using the "familiarity of PHP" to do this since. Stored procedures were suggested to me by other people but to be honest it's a little out of my league.

To solve the "number or records being returned by the DB becomes large" problem I changed the db layout and i am using crons do store the data every hour.

10x yet again lig.

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesDatabase Help > MySQL 5 - Get Visitors from Visits and visit time in DB


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 4 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek