|
ou812 -> RE: Conter problem (1/31/2008 13:06:35)
|
I'm not quite sure what you're looking to do either, or in what language, but I'll take a stab. In your database maybe have a table, called day_count. The table would have just one column, called rec_count, with an ID of a formatted date (yyyymmdd). Now, as a user visits your page, or wherever you need to increment the count, grab today's date from the server, and then read the row from the table and then add one to the count, and write it back out. Does that help?
|
|
|
|