I have a stats script I wrote, and for each hit the time is recorded to a MySQL database with a time stamp(ex: time of posting this it is 20030730033203). How would I figure out the hits from the current day(not the last 24 hours, but the current day)?
Thanks