Jump to content

datetime


ajasax

Recommended Posts

Two ways of doing this

 

1. Use a table and update details like number + date (timestamp)

query based on date

 

select count(*) from counter where date=<ur date>

 

2. Use a file and create separate file s for each date automatically

and store the hits done

 

Both has there own advantage + disadvantage

 

So u have to decide whcih one u are going to go for

Link to comment
https://forums.phpfreaks.com/topic/581-datetime/#findComment-1954
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.