[PHP] Update SQL

2002-05-24 Thread Richard Baskett
I have a page that when someone searches for information.. Every hit that shows up on that page has an SQL update that increases a counter for that particular record. Now when we have hundreds/thousands of users using the site.. Will this cause some serious problems since most of the users will

Re: [PHP] Update SQL

2002-05-24 Thread Miguel Cruz
On Fri, 24 May 2002, Richard Baskett wrote: I have a page that when someone searches for information.. Every hit that shows up on that page has an SQL update that increases a counter for that particular record. Now when we have hundreds/thousands of users using the site.. Will this cause