Re: [PHP] Db Access Count

2002-03-20 Thread Randum Ian
To increment the field $count by one I can just do $count ++ can I? Cheers, Ian. - Original Message - From: Randum Ian To: PHP Mailing List Sent: Wednesday, March 20, 2002 4:20 PM Subject: [PHP] Db Access Count Hi there, I want to have a field in a database that counts the number

[PHP] Db Access Count

2002-03-20 Thread Randum Ian
Hi there, I want to have a field in a database that counts the number of times that particular record has been viewed on the website. When is the best time to increment the count in the file and how? Kind Regards, Ian.